Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissbrotDE authored Jan 8, 2024
1 parent 77b6311 commit c6b0418
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deutschabi/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<back
<title>Deutsch-Abi Countdown</title>
<meta charset="UTF-8">
<meta name="description" content="Zeit bis zum Deutsch-Abi">
Expand All @@ -15,13 +16,13 @@
}
</style>
</head>
<body>
<body style="background-color:green;">
<h1><p style="text-align:center">Noch</p></h1>
<p id="deutschabi"></p>

<script>
// Set the date we're counting down to
var countDownDate = new Date("Jun 4, 2023 00:00:00").getTime();
var countDownDate = new Date("Jan 10, 2024 08:30:00").getTime();

// Update the count down every 1 second
var x = setInterval(function() {
Expand Down

0 comments on commit c6b0418

Please sign in to comment.