-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (39 loc) · 1.43 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
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" href="animesociety.gif">
<style>
.custom-cursor {
cursor: url('cursor.png'), auto;
}
@keyframes hoverEffect {
0%, 100% {
transform: translateY(-5px);
}
50% {
transform: translateY(5px);
}
}
h1 {
animation: hoverEffect 2s ease-in-out infinite;
}
</style>
<br><br><br><br>
<head>
<title>Anime Society</title>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<h1><strong>Anime Society</strong></h1>
<br>
<iframe src="https://canary.discord.com/widget?id=1070651579188920331&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
<h2><a href="https://discord.gg/VSW6DPzRm8" style="text-decoration:none">Join</a></h2>
<script>
document.documentElement.className += " custom-cursor";
</script>
<title>Anime Society</title>
<meta content="Anime Society" property="og:title" />
<meta content="The Superior Discord Server." property="og:description" />
<meta content="https://ax0rz0.github.io/as/" property="og:url" />
<meta content="https://github.com/ax0rz0/as/blob/main/animesociety.gif?raw=true" property="og:image" />
<meta content="#00AEFF" data-react-helmet="true" name="theme-color" />
<script>
document.documentElement.classList.add("custom-cursor");
</script>