-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (70 loc) · 2.1 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Die Startseite der Webseite von ZoeyVid" />
<title>Startseite - 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">
<!--Open-Graph-Tags-->
<meta property="og:title" content="Startseite - ZoeyVid" />
<meta property="og:description" content="Die Startseite von ZoeyVid!" />
<meta property="og:image" content="https://zvcdn.de/images/ZoeyVid-Banner.webp" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="de_DE" />
<meta property="og:site_name" content="ZoeyVid" />
<meta name="theme-color" content="#296236">
<!--Test-->
<script src="/assets/js/github.js"></script>
<script>countAllRepos()</script>
</head>
<body class="bg-[#296236] justify-between">
<div id="navbar">
<script>
readHTML("navbar", "/assets/elements/navbar.html")
</script>
</div>
<noscript>
<style type="text/css">
.pagecontainer {
display: none;
}
#banner {
display: none;
}
#verify {
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>
<img src="/images/ZoeyVid-Banner.webp" class="w-screen" alt="Banner" id="banner">
<div id="footer">
<script>
readHTML("footer", "/assets/elements/footer.html")
</script>
</div>
<div id="verify">
<a rel="me" href="https://social.zoeyvid.de/@Zoey">Mastodon</a>
<a rel="me" href="https://social.zoeyvid.de/@David">Mastodon</a>
<a rel="me" href="https://social.zoeyvid.de/@ZoeyVid">Mastodon</a>
<script> document.getElementById("verify").style.display = "none" </script>
</div>
</body>
</html>