-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
44 lines (43 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- https://wallhaven.cc/w/kxj3l1 -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>selenite links</title>
<link rel="stylesheet" href="/style.css" />
<link rel="icon" href="favicon.png" />
</head>
<body>
<div class="img">
<img src="favicon.png" />
<img class="blur" src="favicon.png" />
</div>
<div id="items">
<a href="https://selenite.cc">
<div class="item">
<img src="assets/link.svg" />
<h1>Main Link</h1>
</div>
</a>
<a href="https://discord.gg/7jyufnwJNf">
<div class="item">
<img src="assets/discord.svg" />
<h1>Discord</h1>
</div>
</a>
<a href="https://github.com/selenite-cc/">
<div class="item">
<img src="assets/github.svg" />
<h1>Github</h1>
</div>
</a>
<a href="https://tiktok.com/@selenitecc">
<div class="item">
<img src="assets/tiktok.png" />
<h1>Tiktok</h1>
</div>
</a>
</div>
</body>
</html>