-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_default.html
More file actions
32 lines (29 loc) · 1.18 KB
/
Copy path_default.html
File metadata and controls
32 lines (29 loc) · 1.18 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
30
31
32
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="https://github.com/themes/minimal/stylesheets/styles.css">
<link rel="stylesheet" type="text/css" href="https://thelgeson.github.io/css/main.css">
<script src="https://github.com/themes/minimal/javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="content">
<header>
<!-- <h3>The Goods</h3> -->
<h3>I'm also on</h3>
<p class="view"><a href="https://github.com/thelgeson" target="tab">GitHub<small>If you code... I do that a lot</small></a></li>
<p class="view"><a href="https://twitter.com/PerfectTheo" target="tab">Twitter<small>If you tweet... I don't</small></a></li>
<p class="view"><a href="https://facebook.com/thearon.helgeson" target="tab">Facebook<small>If you must</small></a></li>
</header>
<section id="main">
{{ content }}
</section>
<footer>
{{ footer }}
</footer>
</div>
</body>
</html>