-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (71 loc) · 2.66 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!-- YOU ARE FUCKING HUKIR -->
<!DOCTYPE html>
<html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<head>
<title>DragClick - RiseOver</title>
<meta name="description" content="DragClick - RiseOver">
<meta property="og:title" content="DragClick - RiseOver">
<meta property="og:site_name" content="DragClick">
<meta property="og:description" content="DragClick - RiseOver">
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<video id="background-video" autoplay loop muted poster="img/minecraft.jpg">
<source src="img/vid.mp4" type="video/mp4">
</video>
<div class="container">
<div class="logo">
<img src="img/logo.png" alt="MyServer logo">
</div>
<div class="items">
<!-- Discord -->
<a href="https://discord.gg/highcombo" class="item" target="_blank">
<div>
<img src="img/discord.png" alt="discord.gg/highcombo" class="item">
<p class="subtitle">Join our Discord Server</p>
<p class="title">Discord</p>
</div>
</a>
<!-- Youtube -->
<a href="https://www.youtube.com/@iHighCombo" class="item" target="_blank">
<div>
<img src="img/youtube.png" alt="www.youtube.com/@iHighCombo" class="item">
<p class="subtitle">Follow us on YouTube</p>
<p class="title">Youtube</p>
</div>
</a>
<!-- Spotify -->
<a href="https://open.spotify.com/artist/2upr2bYGPnMK8PepNBr4u3" class="item" target="_blank">
<div>
<img src="img/spotify.png" alt="spotify icon" class="item">
<p class="subtitle">Follow our playlist on Spotify</p>
<p class="title">Spotify</p>
</div>
</a>
<!-- Instagram -->
<a href="https://www.instagram.com/combo_beats/" class="item" target="_blank">
<div>
<img src="img/instagram.png" alt="www.instagram.com/ihighcombo/" class="item">
<p class="subtitle">Follow us on Instagram</p>
<p class="title">Instagram</p>
</div>
</a>
<!-- SoundCloud -->
<a href="https://soundcloud.com/highcombo" class="item" target="_blank">
<div>
<img src="img/Soundcloud.png" alt="https://soundcloud.com/highcombo" class="item">
<p class="subtitle">Follow us on SoundCloud</p>
<p class="title">SouldCloud</p>
</div>
</a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/firefly.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>