forked from amogusussy/start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.68 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>
<title>~/startpage</title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body onload="main()">
<div class="content">
<div id="time">
</div>
<div id="date">
</div>
<div class="search">
<form action="https://searx.be/search">
<input type="text" name="q" autocomplete="off" placeholder="Searx...">
</form>
</div>
<div id="links">
<div class="list">
<ul>
<li>~/general</li>
<li><a href="https://www.youtube.com">youtube</a></li>
<li><a href="https://www.reddit.com">reddit</a></li>
<li><a href="https://www.github.com">github</a></li>
</ul>
</div>
<div class="list">
<ul>
<li>~/games</li>
<li><a href="https://protondb.com/">protonDB</a></li>
<li><a href="https://steampowered.com">steam</a></li>
<li><a href="https://chess.com">chess</a></li>
<li><a href="http://monkeytype.com">monkeyType</a></li>
</ul>
</div>
<div class="list">
<ul>
<li>~/libre</li>
<li><a id="re">libReddit</a></li>
<li><a id="yt">invidious</a></li>
<li><a id="ni">nitter</a></li>
<li><a id="st">simplytranslate</a></li>
</ul>
</div>
</div>
</div>
<div id="weather"></div>
</body>
</html>