forked from jlord/hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 921 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Montserrat" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/style2.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Hello World</title>
</head>
<body>
<div class="wrapper">
<div class="container">
<header>
<h1 class="name">0xMartinS</h1>
</header>
<article>
<p>Producer and consumer of written words. Consultant, author, coach.</p>
</article>
<footer>
<ul class="meta inline-list">
<li><a href="http://www.twitter.com/0xMartinS" target="_blank">twitter/0xMartinS</a></li>
<li><a rel="me" href="https://mastodon.online/@0xmartins" target="_blank">Mastodon/0xmartins</a></li>
</ul>
</footer>
</div>
</div>
</body>
</html>