This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
forked from kencx/startpage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (59 loc) · 2.47 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
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>/home/snowlire</title>
<base target="_blank">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="left-container">
<div class="gif">
<img src="cat.gif"/>
</div>
</div>
<div class="right-container">
<div class="head">
<p>/home/snowlire/<br>> cat <span class="blinking">_</span></p>
</div>
<div class="bookmarks">
<div class="category">
<div class="links">
<li class="title">dev/</li>
<li><a href="https://github.com/">github</a></li>
<li><a href="https://mankier.com/">mankier</a></li>
<li><a href="https://quickref.me/">quickref</a></li>
<li><a href="https://devdocs.io/">devdocs</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title"><a style="color: #c1c3c4;" href="https://reddit.com/">reddit/</a></li>
<li><a href="https://www.reddit.com/r/ProgrammerHumor/">proghumor</a></li>
<li><a href="https://www.reddit.com/r/duck/">duck</a></li>
<li><a href="https://reddit.com/r/mechanicalkeyboards/">mk</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title">art/</li>
<li><a href="https://pixiv.net/">pixiv</a></li>
<li><a href="https://saucenao.com/">saucenao</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title">play/</li>
<li><a href="https://monkeytype.com/">monkeytype</a></li>
<li><a href="https://youtube.com/">youtube</a></li>
<li><a href="https://twitch.tv/">twitch</a></li>
<li><a href="https://osu.ppy.sh/">osu!</a></li>
<li><a href="https://nyaa.si/">nyaa</a></li>
</div>
</div>
</div>
</div>
</div>
</body>
</html>