-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.24 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.24 KB
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
<!DOCTYPE html>
<html dir="ltr" lang="en-sg">
<head>
<meta charset="UTF-8" />
<title>Ruben's GitHub page</title>
<link rel="profile" href="http://microformats.org/profile/specs" />
<link rel="author" href="http://rubenschade.com/" />
<meta name="author" content="Ruben Schade" />
<meta name="description" content="There's nothing here currently, just trying Github Pages out!" />
<style type="text/css">
body { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", sans-serif; }
a:hover { text-decoration: none; }
</style>
</head>
<body>
<header>
<h1>Ruben's GitHub page</h1>
</header>
<p>There's nothing here currently, just trying this out ^_^. Have some links:</p>
<ul>
<li><a rel="me" href="http://github.com/rubenerd/">github.com/rubenerd/</a></li>
<li><a rel="me" href="http://RubenSchade.com/">rubenschade.com</a></li>
<li><a rel="me" href="http://Rubenerd.com/">rubenerd.com</a></li>
<li><a rel="me" href="http://alpha.app.net/">alpha.app.net/rubens</a></li>
<li><a rel="me" href="http://twitter.com/Rubenerd">twitter.com/rubenerd</a></li>
<li><a rel="me" href="http://utsanime.net/">utsanime.net</a></li>
</ul>
</body>
</html>