forked from b-coimbra/dawn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (103 loc) · 4.53 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="https://github.com/0-l">
<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>~</title>
</head>
<body>
<div id="search">
<div>
<input type="text" spellcheck="false" placeholder="search">
<button class="close"><i class="material-icons"></i></button>
<ul class="search-engines"></ul>
</div>
</div>
<div id="links" class="-">
<div id="tabs" class="!-">
<cols>
<ul class="- indicator">
<li active></li>
</ul>
<div class="+ widgets col-end">
<p class="time">00<span>:00</span></p>
<div class="!+ + weather-config">
<input name="color" type="text" placeholder="location">
</div>
<div class="+ weather">
<button class="!+ edit">edit</button>
<p temperature>4ºC</p>
<p weather class="+">
<i class="material-icons" sunny>wb_sunny</i>
</p>
</div>
</div>
</cols>
</div>
<div id="panels">
<ul class="boards" active>
<div class="links">
<li>
<h1>Fun</h1>
<a href="https://4chan.org/a/">/a/</a>
<a href="https://4chan.org/lit/">/lit/</a>
<a href="https://4chan.org/jp/">/jp/</a>
<a href="https://4chan.org/r9k/">/r9k/</a>
<a href="https://www.4chan.org/wg/">/wg/</a>
</li>
<li>
<h1>Comfy</h1>
<a href="https://sushigirl.us/kawaii/">/kawaii/</a>
<a href="https://sushigirl.us/lounge/">/lounge/</a>
<a href="https://www.4chan.org/wsg/">/wsg/</a>
</li>
<li>
<h1>Technology</h1>
<a href="https://4chan.org/g/">/g/</a>
<a href="https://www.lainchan.org/lambda/">/λ/</a>
<a href="https://www.lainchan.org/sec/">/sec/</a>
<a href="https://boards.420chan.org/prog/">/prog/</a>
<a href="https://8ch.net/g/">/8g/</a>
</li>
</div>
</ul>
<ul class="music">
<div class="links">
<li><a href="https://soundcloud.com/">soundcloud</a></li>
<li><a href="http://lolicore.org/">lolicore</a></li>
<li><a href="https://www.youtube.com/playlist?list=FLdYG2Q_1DDrt0PoeoRicihw">y-playlist</a></li>
<li><a href="https://lainchan.org/music/res/898.html">/music/</a></li>
</div>
</ul>
<ul class="tech">
<div class="links">
<li><a href="https://arisuchan.jp/">arisuchan</a></li>
<li><a href="https://systemspace.link/">つき</a></li>
<li><a href="https://docs.racket-lang.org/">racket</a></li>
<li><a href="https://stallman.org/">stallman</a></li>
<li><a href="http://afternoon.dynu.com/letterbox.html">post office</a></li>
</div>
</ul>
</div>
</div>
<div class="|" id="todo">
<button class="+ add"><img src="img/add.png"></button>
<div class="+ addTodo">
<input type="text" value="" placeholder="todo" spellcheck="false">
</div>
<rows class="items">
<h1 class="+">todo</h1>
</rows>
</div>
<script type="text/javascript" src="js/strftime.js"></script>
<script type="text/javascript" src="js/todo.js"></script>
<script type="text/javascript" src="js/weather.js"></script>
<script type="text/javascript" src="js/powerline.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script type="text/javascript" src="js/search.js"></script>
</body>
</html>