Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambaiso authored Jan 22, 2025
1 parent 0e00384 commit c693730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>The OFFICIAL UOR Foundation Homepage</h1>
const now = new Date();
const time = now.getUTCHours().toString().padStart(2, '0') + ':' +
now.getUTCMinutes().toString().padStart(2, '0') + ':' +
now.getUTCSeconds().toString().padStart(2, '0') + " UTC";
now.getUTCSeconds().toString().padStart(2, '0') + " Troll Time: ";
const date = now.toUTCString().split(' ').slice(0, 4).join(' ');

document.getElementById('date').innerText = date;
Expand Down Expand Up @@ -112,7 +112,7 @@ <h2>Contribute</h2>
<h2>External links</h2>
<nav>
<a href="https://meet.google.com/">- Google Meets</a>
<a href="https://www.timeanddate.com/worldclock/">- UTC</a>
<a href="https://time.is/Troll_Time">- Troll Time</a>
<a href="https://html.spec.whatwg.org/dev/#toc-infrastructure" title="Originally, HTML was primarily designed as a language for semantically describing scientific documents.">- HTML5</a>
</nav>

Expand Down

0 comments on commit c693730

Please sign in to comment.