graffen.dk-website/_layouts/default.html

29 lines
766 B
HTML
Raw Normal View History

2015-02-11 12:14:22 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css' }}">
<title>{{ site.title }}</title>
</head>
2015-02-11 12:14:22 +00:00
<body>
<header>
<div class="container">
2017-02-07 18:22:46 +00:00
<h1><a href="/">{{ site.title }}</a></h1>
<h2>{{ site.description }}</h2>
<section id="tor-url">
* Access this site through Tor: <a href="http://graffeny275r7emoahxc4inx7sg4vqh2iurj2y2edmzz2l4au6zf2fqd.onion">graffeny275r7emoahxc4inx7sg4vqh2iurj2y2edmzz2l4au6zf2fqd.onion</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
{{ content }}
</section>
2015-02-11 12:14:22 +00:00
</div>
</body>
</html>