Compare commits
2 Commits
b55e26eb04
...
aacf9ec836
| Author | SHA1 | Date | |
|---|---|---|---|
| aacf9ec836 | |||
| 6918f9b5c3 |
@@ -62,8 +62,8 @@
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>Last updated: <span id="updated"></span></p>
|
||||
<script>document.getElementById('updated').textContent = new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });</script>
|
||||
<p>Last updated: <span id="updated"></span> (UTC+0)</p>
|
||||
<script>document.getElementById('updated').textContent = new Date().toISOString().replace('T', ' ').substring(0, 16);</script>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user