-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 1.79 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">
<title>~/startpage</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="left-container">
<div class="gif">
<img src="pp.gif" />
</div>
</div>
<div class="right-container">
<div class="head">
<p>> cd ~/<span class="blinking">_</span></p>
</div>
<hr>
<div class="bookmarks">
<div class="category">
<div class="links">
<li class="title">Social</li>
<li><a href="https://4chan.org">4Chan</a></li>
<li><a href="https://reddit.com">Reddit</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title">Dev</li>
<li><a href="https://github.com/">Github</a></li>
<li><a href="https://wiki.archlinux.org/">Arch Wiki</a></li>
<li><a href="https://mankier.com/">Mankier</a></li>
<li><a href="https://devdocs.io/">DevDocs</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title">Media</li>
<li><a href="https://open.spotify.com/">Spotify</a></li>
<li><a href="https://youtube.com/">Youtube</a></li>
<li><a href="https://twitch.tv/">Twitch</a></li>
</div>
</div>
</div>
</div>
</div>
</body>
</html>