forked from stevesbrain/html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
startpage.html
107 lines (103 loc) · 2.65 KB
/
startpage.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
104
105
<!--Organization is for people with too much time -->
<html>
<head>
<title>Home</title>
<style>
/* body{
background-color:#2D2D2D} */
.div1{
padding:30px;
margin:auto;
font-family:"Helvetica, Open Sans, Ubuntu, Arial, sans-serif";
color:#9FACA3;
font-size:14px;
}
hr{
background-color:#BBBBBB;
height: 1px;
border: 0;
}
a:hover{
font-family:"Helvetica, Open Sans, Ubuntu, Arial, sans-serif";
color:#9FACA3;
text-decoration:none;
}
a:link{
font-family:"Helvetica, Open Sans, Ubuntu, Arial, sans-serif";
color:#9FACA3;
text-decoration:none;
}
a:active{
font-family:"Helvetica, Open Sans, Ubuntu, Arial, sans-serif";
color:#9FACA3;
text-decoration:none;
}
a:visited{
font-family:"Helvetica, Open Sans, Ubuntu, Arial, sans-serif";
color:#9FACA3;
text-decoration:none;
}
.centergray{
font-family:"Helvetica, Open Sans, Ubuntu, Arial, sans-serif";
padding-left:20px;
color:#AC6E77;
}
.float{
float:left;
}
.clear{
clear:both;
}
ul{
padding-left:40px;
}
.medleft{
align:left;
padding-left: 30px;
}
</style>
</head>
<body>
<div class="div1">
<div class="float">
<img src="ubuntu2.png" height="100" width="100" />
</div>
<div class="float">
<h1 class="centergray">Welcome home, spirit</h1>
</div>
<div class="clear"></div>
<br>
<hr>
<h2 class="centergray">4chan</h2>
<a href="http://4chan.org/g/">/g/</a>
<a href="http://4chan.org/mu/">/mu/</a>
<a href="http://4chan.org/lit/">/lit/</a>
<a href="http://4chan.org/k/">/k/</a>
<a href="http://4chan.org/wg/">/wg/</a>
<a href="http://4chan.org/c/">/c/</a>
<a href="http://4chan.org/w/">/w/</a>
<a href="http://4chan.org/a/">/a/</a>
<br>
<br>
<hr class="medleft" width="30%" align="left">
<h2 class="centergray">info</h2>
<a href="https://duckduckgo.com">duckduckgo</a>
<a href="https://wiki.archlinux.org/">arch wiki</a>
<a href="http://alarmpi/">raspberry pi</a>
<br>
<br>
<hr class="medleft" width="30%" align="left">
<h2 class="centergray">fun</h2>
<a href="http://youtube.com">youtube</a>
<a href="http://bakabt.me">bakabt</a>
<a href="http://nyaa.se">nyaa</a>
<a href="http://reddit.com">reddit</a>
<br>
<br>
<hr class="medleft" width="30%" align="left">
<h2 class="centergray">music</h2>
<a href="http://pitchfork.com">pitchfork</a>
<a href="http://last.fm/">last.fm</a>
<a href="http://walkingwallofwords.com">neutral milk hotel</a>
</div>
</body>