forked from blankaex/dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 2.82 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/awoo.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:200|Roboto:100,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css">
<title>Start Page</title>
</head>
<body>
<div id="search">
<div>
<input type="text" spellcheck="false" placeholder="google">
<button class="close"><i class="material-icons"></i></button>
<ul class="search-engines"></ul>
</div>
</div>
<div id="container">
<div id="panels">
<ul active>
<div class="links">
<li>
<h1>boards</h1>
<a href="http://boards.4chan.org/a/">/a/</a>
<a href="http://boards.4chan.org/fa/">/fa/</a>
<a href="http://boards.4chan.org/g/">/g/</a>
<a href="http://boards.4chan.org/jp/">/jp/</a>
<a href="http://boards.4chan.org/vg/">/vg/</a>
<a href="http://boards.4chan.org/vp/">/vp/</a>
<a href="http://boards.4chan.org/w/">/w/</a>
</li>
<li>
<h1>social</h1>
<a href="https://tweetdeck.twitter.com/">twitter</a>
<a href="http://www.youtube.com/feed/subscriptions">youtube</a>
<a href="https://github.com/blankaex?tab=repositories">github</a>
<a href="https://discordapp.com/channels/@me">discord</a>
<a href="https://k17hackers.slack.com/">slack</a>
</li>
<li>
<h1>trash</h1>
<a href="http://www.anime-planet.com/users/blankaex/anime/watching">anime-planet</a>
<a href="http://www.nyaa.si/">nyaa</a>
<a href="http://vndb.org/u42490/list">vndb</a>
<a href="http://anichart.net/">anichart</a>
</li>
</div>
</ul>
<div id="tabs">
<div class="+ date">
<p date class="+"></p>
</div>
<div class="+ weather">
<p temperature></p>
<p weather class="+"></p>
</div>
<div class="+ time">
<p time class="+"></p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/datetime.js"></script>
<script type="text/javascript" src="js/weather.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/search.js"></script>
</body>
</html>