-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Start Page</title>
</head>
<body>
<div class="mainbody">
<div class="main">
<h1>Welcome Back Chingus</h1>
<h2>Pick ur cock</h2>
<div class="wrapper">
<form action="https://www.google.com/search?&q=" method="get">
<input class="search" autofocus="" name="q" type="text" placeholder="search"> </form>
</div>
<div class="links-wrapper">
<ul class="degen">
<li>Degen</li>
<li><img src="tanjiro.svg" alt=""><a href="https://aniwave.to/home">Aniwave</a></li>
<li><img src="tanjiro.svg" alt=""><a href="https://m.manganelo.com/wwww">Manganato</a></li>
<li><img src="tanjiro.svg" alt=""><a href="https://myanimelist.net/">MAL</a></li>
</ul>
<ul>
<li>Chats etc</li>
<li><a href="https://web.telegram.org/k/">Telegram</a></li>
<li><a href="https://web.whatsapp.com/">Whatsapp</a></li>
<li><a href="https://www.messenger.com/">Messenger</a></li>
<li><a href="https://mail.google.com/mail/u/1/#inbox">Gmail</a></li>
</ul>
<ul>
<li>/threads</li>
<li><a href="https://boards.4channel.org/a/catalog">/degens</a></li>
<li><a href="https://boards.4channel.org/g/catalog">/soy</a></li>
<li><a href="https://boards.4channel.org/mu/">/mu</a></li>
<li><a href="https://boards.4channel.org/wsg/">/wsg</a></li>
<li><a href="https://4chan.org/">/unsafe</a></li>
</ul>
<ul>
<li>Flemme</li>
<li><a href="https://www.youtube.com/">Youtube</a></li>
<li><a href="https://www.reddit.com/">Reddit</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>