-
Notifications
You must be signed in to change notification settings - Fork 0
/
start-dark.html
57 lines (55 loc) · 1.8 KB
/
start-dark.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
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>//</title>
<link rel="stylesheet" type="text/css" href="start-dark.css">
</head>
<body>
<table>
<tbody><tr>
<th>Google</th>
<td colspan="2" id="colspan">
<form method="get" action="https://www.google.com/search" >
<div id="searchBar">
<input name="q" maxlength="255" autofocus="" onfocus="this.value='';" onblur="this.value=this.defaultValue;" type="text">
</div>
</form>
</td>
</tr>
<tr>
<td><a href="http://appshopper.com/" >Appshopper</a></td>
<td><a href="https://news.ycombinator.com/news" >Hacker News</a></td>
<td><a href="https://news.google.com/news/" >News</a></td>
</tr>
<tr>
<td><a href="https://mail.google.com/" >Gmail</a></td>
<td><a href="https://www.reddit.com/" >Reddit</a></td>
<td><a href="https://fivethirtyeight.com/politics/" >538</a></td>
</tr>
<tr>
<td><a href="https://drive.google.com/" >Drive</a></td>
<td><a href="https://www.washingtonpost.com/" >Washington Post</a></td>
<td><a href="https://www.politico.com/" >Politico</a></td>
</tr>
<tr>
<td><a href="https://photos.google.com/" >Photos</a></td>
<td><a href="https://www.nytimes.com/" >NYTimes</a></td>
<td><a href="https://www.seamless.com/" >Seamless</a></td>
</tr>
<!--
<tr>
<td><a href="https://imdb.com/" >IMDB</a></td>
<td><a href="https://youtube.com/" >YouTube</a></td>
<td><a href="https://twitch.tv/" >Twitch</a></td>
</tr>
-->
<!-- Copy below to add another row of links
<tr>
<td><a href="#" >Link</a></td>
<td><a href="#" >Link</a></td>
<td><a href="#" >Link</a></td>
</tr>
-->
</tbody></table>
<p><a href="https://katalysatorn.github.io/" >π</a></p>
</body></html>