-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 1.45 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Das Impressum von ZoeyVid" />
<title>Impressum - ZoeyVid</title>
<link href="/assets/css/output.css" rel="stylesheet">
<script src="/assets/js/htmlReader.js"></script>
<script src="/assets/js/elements.js"></script>
<link rel="icon" type="image/webp" href="/images/ZoeyVid-PB.webp">
</head>
<body>
<div id="navbar">
<script>
readHTML("navbar", "/assets/elements/navbar.html")
</script>
</div>
<noscript>
<style type="text/css">
.pagecontainer {
display: none;
}
body {
background-color: black;
color: white;
}
.noscriptmsg {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
</style>
<div class="noscriptmsg">
Please enable Javascript. You need it to visit this site!
</div>
</noscript>
<div id="Impressum" class="pr-4 pl-4">
<script>readHTML("Impressum", "/.impressum.html")</script>
</div>
<div id="footer">
<script>
readHTML("footer", "/assets/elements/footer.html")
</script>
</div>
</body>
</html>