-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
executable file
·47 lines (40 loc) · 1.31 KB
/
default.html
File metadata and controls
executable file
·47 lines (40 loc) · 1.31 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>{{ page.title }}</title>
<meta name="author" content="Klaus Baumecker" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<!-- Typekit -->
<!-- script type="text/javascript" src="http://use.typekit.com/jpd0pfm.js"></script -->
<!-- script type="text/javascript">try{Typekit.load();}catch(e){}</script -->
</head>
<body>
<div class="site">
<div class="title">
<a href="/">klaus baumecker</a>
<a class="extra" href="/">home</a>
<a class="extra" href="http://github.com/klausb">github</a>
<a class="extra" href="http://twitter.com/KlausBaumecker">twitter</a>
</div>
{{ content }}
<div class="footer">
<div class="contact">
<p>
klaus baumecker<br />
</p>
</div>
<div class="contact">
<p>
</p>
<p>
Thanks to <a href="http://tom.preston-werner.com/">Tom Preston Werner</a> for the CSS layout.
</p>
</div>
</div>
</div>
</body>
</html>