Skip to content

Commit

Permalink
Update the maintenance page
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jan 6, 2025
1 parent 3fdef07 commit dc19f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/fishtest/static/html/maintenance.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ <h1>We&rsquo;ll be back soon!</h1>
</div>
</article>
<iframe
src="https://lichess.org/training/frame?theme=marble&pieceSet=horsey&bg=dark"
src="https://lichess.org/training/frame?theme=marble&bg=dark"
style="width: 300px; height: 345px"
allowtransparency="true"
frameborder="0"
></iframe>
<script>
const countDown = () => {
// write a stop date in ISO8601-compliant format (UTC)
// Write a stop date in ISO8601-compliant format (UTC)
// "YYYY-MM-DDTHH:mm:ssZ"
const countDay = new Date("2023-01-01T00:00:00Z");
const countDay = new Date("2025-01-01T00:00:00Z");
const now = new Date();
const second = 1000;
const minute = second * 60;
Expand Down

0 comments on commit dc19f1f

Please sign in to comment.