-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest3.html
39 lines (34 loc) · 880 Bytes
/
test3.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>WindLeak.de</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="bild2.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id = "main">
<h1>WindLeak</h1>
<img src="bild2.png" width="150" height="150">
</div>
<div id = "Navigation">
<ul>
<li><a href="index.html">Test1</a></li>
<li><a href="test.html">Test</a></li>
<li><a href="test2.html">Test2</a></li>
<li><a class="active" href="test3.html">Test3</a></li>
</ul>
</div>
<div id = "soon">
<h1>Comming soon...</h1>
</div>
<div id = "tuned">
<p>Stay tuned.</p>
</div>
<div id = "footer">
<p>Copyright 2021 | WindLeak.de</p>
</div>
</body>
</html>
<script>
</script>