-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (47 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Kneynsberg</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js --> <script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <!-- stats.js lib --> <script src="http://threejs.org/examples/js/libs/stats.min.js"></script>
<!DOCTYPE html>
<html>
<title>Kneynsberg</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('');
background-color: #070707;
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<!-- particles.js container --> <div id="particles-js"></div>
<div class="w3-display-topleft w3-padding-large w3-xlarge">
U&D
</div>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">Kneynsberg</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">Coming Soon</p>
</div>
<div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a> and <a href="https://vincentgarreau.com/particles.js/" target="_blank">particles.js</a>
</div>
</div>
</body>
</html>
<script src="js/index.js"></script>
</body>
</html>