-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (46 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>startpage</title>
<link rel="stylesheet" href="./assets/style.css">
</head>
<body>
<div class="fadein1">
<h1>startpage</h1>
<p id="clock"></p>
<form action="https://duckduckgo.com/" method="GET">
<input autofocus
name="q"
type="search"
placeholder="search!">
</form>
</div>
<div class="fadein2">
<nav>
<ul>
<li>general</li>
<li><a href="https://youtube.com/">yt</a></li>
<li><a href="https://github.com/">gh</a></li>
<li><a href="https://www.tilde.zone/">mastodon</a></li>
<li><a href="https://ebay.com/">ebay</a></li>
</ul>
<ul>
<li>4chin</li>
<li><a href="https://4chan.org">4chan</a></li>
<li><a href="https://boards.4chan.org/wg/catalog">/wg/</a></li>
<li><a href="https://4chan.org/b/">/b/</a></li>
<li><a href="https://4chan.org/g/">/g/</a></li>
</ul>
<ul>
<li>piracy</li>
<li><a href="https://1337x.to/">1337x</a></li>
<li><a href="https://www.nyaa.si/">nyaa</a></li>
<li><a href="https://sktorrent.eu/">skt</a></li>
<li><a href="https://www.reddit.com/r/freemediaheckyeah">fmhy</a></li>
</ul>
</nav>
</div>
<script src="./assets/index.js"></script>
</body>
</html>