30 lines
846 B
HTML
30 lines
846 B
HTML
<!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?v=' | append: site.github.build_revision | relative_url }}">
|
|
<title>{{ site.title }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<div class="container">
|
|
<h1>{{ site.title }}</h1>
|
|
<h2>{{ site.description }}</h2>
|
|
<section id="tor-url">
|
|
* This site is also available as a Tor hidden service: <a href="http://graffenteqk3od63.onion">http://graffenteqk3od63.onion</a>
|
|
(requires a <a href="https://www.torproject.org/download">Tor-enabled browser</a>)
|
|
</section>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<section id="main_content">
|
|
{{ content }}
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|