-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 2.02 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="snapcode.png" type="image/png">
<title>@rvvv.k on instagram</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="block">
<a href="https://ngl.link/rvvv.k36460">
<span class="emoji">❓</span>
<div class="text">
<span class="title">Ask a question</span>
<span class="subtext">Anonymously</span>
</div>
</a>
</div>
<div class="block">
<a href="https://confess.ngl.link/rvvv.k36460">
<span class="emoji">📘</span>
<div class="text">
<span class="title">Send a confession</span>
<span class="subtext">Anonymously</span>
</div>
</a>
</div>
<div class="block">
<a href="https://ngl.link/rvvv.k36460/wfriendship">
<span class="emoji">🔥</span>
<div class="text">
<span class="title">Send a name for tbh</span>
<span class="subtext">Friendship</span>
</div>
</a>
</div>
<div class="block">
<a href="https://bento.me/rvvvk/">
<span class="emoji">🔗</span>
<div class="text">
<span class="title">Other social medias</span>
<span class="subtext">Find me elsewhere</span>
</div>
</a>
</div>
</div>
<div class="note">
Note: Everything here is to be posted on my <a href="https://www.instagram.com/rvvv.k/" target="_blank">Instagram</a>. Be sure to add up 😉
</div>
</body>
</html>