-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (46 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>H O M E</title>
<meta name="author" content="Karel Clijsters">
<meta name="description" content="StartPage for a nice and °°°°comfy°°°° homepage">
<link rel="stylesheet" type="text/css" href="simplegrid.css" />
<style>
.content {
background: #ccc;
padding: 5px;
}
</style>
</head>
<body>
<h1>StartPage<h1>
<div class="grid grid-pad">
<div class="col-1-3 mobile-col-1-2">
<div class="content">
<text><h5>Work</h5></text>
<p>
<ul>
<li> <a href="https://www.github.com">GitHub</a> </li>
<li> <a href="https://www.">nonz</a> </li>
</ul>
</p>
</div>
</div>
<div class="col-1-3 mobile-col-1-2">
<div class="content">
<text>Play</text>
<ul>
<li> <a href="https://www.runescape/">RuneScape</a> </li>
</ul>
</div>
</div>
<div class="col-1-3 mobile-col-1-2">
<div class="content">
<ul>
<li> <a href="https://www.first.eu">First</a> </li>
</ul>
</div>
</div>
</div>
</body>
</html>