-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.71 KB
/
index.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
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>Reiseblog | Home</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="license" content="https://creativecommons.org/publicdomain/zero/1.0/">
<link href="index_files/style.css" rel="stylesheet" type="text/css" />
<link href="index_files/big.png" rel="icon" />
</head>
<body>
<div id="wrapper">
<div id="homepageimg">
<picture>
<source media="(max-width: 500px)" srcset="index_files/homelogovertical.png">
<img src="index_files/homelogo.png" alt="Home Logo">
</picture>
</div>
<div id="navbar">
<section class="buttons">
<div class="container">
<a class="btn btn-2" href="enterkreta.html">KRETA</a>
<a class="btn btn-2" href="entermalle.html">MALLE</a>
<a class="btn btn-2" href="livestream.html">LIVE</a>
<a class="btn btn-2" href="contact.html">KONTAKT</a>
<a class="btn btn-2" href="impressum.html">IMPRESSUM</a>
</div>
</section>
</div>
</div>
<!-- particles.js container -->
<div id="particles-js"></div> <!-- stats - count particles -->
<div class="count-particles"> <span class="js-count-particles">--</span> particles </div>
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <!-- stats.js lib -->
<!--Scripts-->
<script src="index_files/particles.js" type="text/javascript"></script>
<!--End of Scripts -->
</body>
</html>