forked from nwvh/startpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (59 loc) · 2.45 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
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>~</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="left-container">
</head>
<body onLoad='getDate()' style="text-align: center">
<h1 id="Date"></h1>
<div class="gif">
<img class='vapor' src="fall.gif" width="450px" height="400px" />
</div>
</div>
<div class="right-container">
<div class="head">
<p>> cd ~/<span class="blinking">_</span></p>
</div>
<div class="bookmarks">
<div class="category">
<div class="links">
<li class="title">life</li>
<li><a href="https://gmail.com">gmail</a></li>
<li><a href="http://www.reddit.com/r/all">reddit</a></li>
<li><a href="https://9to5toys.com">9to5toys</a></li>
<li><a href="https://techmeme.com/">techmeme</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title">media</li>
<li><a href="https://movies.giff.ca/">movies</a></li>
<li><a href="https://tv.giff.ca/">tv</a></li>
<li><a href="https://trakt.tv/dashboard">trakt</a></li>
<li><a href="https://www.youtube.com/feed/subscriptions">youtube</a></li>
</div>
</div>
<div class="category">
<div class="links">
<li class="title">tools</li>
<li><a href="https://home.giff.ca/">homeassistant</a></li>
<li><a href="http://storage.giff.ca">storage</a></li>
<li><a href="https://unifi.ui.com/dashboard">unifi</a></li>
<li><a href="http://wiki.giff.ca">wiki</a></li>
</div>
</div>
<!-- <div class="search">
<form id="search" method="get" action="https://duckduckgo.com/">
<input type="text" name="q"/>
</form>
</div> -->
</div>
</div>
</div>
</body>
</html>