Skip to content

Commit

Permalink
deploy: f4734d0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpesses committed Mar 14, 2024
1 parent e8f644f commit a7abf2a
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 @@ -35,12 +35,12 @@
<body>
<div id="root"></div>
<script type="text/javascript">
window.lastUpdated = 'Last Updated: 2024-02-28 18:37:29 PST';
window.lastUpdated = 'Last Updated: 2024-03-14 12:18:29 PDT';
if (window.lastUpdated.indexOf('_') !== -1) {
window.lastUpdated = 'Last Reloaded: ' + (new Date()).toLocaleString();
}
</script>

</body>
<!-- Last Updated: 2024-02-28 18:37:29 PST -->
<!-- Last Updated: 2024-03-14 12:18:29 PDT -->
</html>

0 comments on commit a7abf2a

Please sign in to comment.