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