-
Notifications
You must be signed in to change notification settings - Fork 0
/
countdown.html
32 lines (30 loc) · 1015 Bytes
/
countdown.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stopp Uhr</title>
<link rel="stylesheet" href="rain.css">
</head>
<body>
<canvas id='canv'></canvas>
<div class="container">
<div class="Top">
<header>
Jans Coding
</header>
</div>
<div class="Sidebar">
<a href="tags.html" effect="ripple">Tags</a><br><br>
<a href="about.html" effect="ripple">About</a> <br><br>
<a href="watch.html" effect="ripple">Watch</a> <br><br>
<a href="woodcutter.html" effect="ripple">My Game</a> <br><br>
<a href="aitools.html" effect="ripple">AI Tools</a>
</div>
<div class="Main">
<p style="font-family: 'emizen', sans-serif; font-size: 50px; text-align: center;">Osterferien</p>
<p id="demo" width="400" height="100"></p>
<script src="rain.js"></script>
<script src="countdown.js"></script>
</body>
</html>