forked from mirror/capnproto
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
<meta name="viewport" content="width=480">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="{{ site.baseurl }}stylesheets/stylesheet.css">
|
|
<link rel="alternate" type="application/rss+xml" title="Cap'n Proto News" href="{{site.baseurl}}feed.xml">
|
|
|
|
<title>Cap'n Proto: {{ page.title }}</title>
|
|
|
|
<script type="text/javascript" src="{{ site.baseurl }}javascripts/main.js"></script>
|
|
</head>
|
|
|
|
<body class="slides">
|
|
|
|
<header>
|
|
<img src="{{ site.baseurl }}images/logo.png">
|
|
<h1 class="title"></h1>
|
|
</header>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<main>
|
|
{{ content }}
|
|
</main>
|
|
|
|
<!-- FOOTER -->
|
|
<footer>
|
|
<p class="url">
|
|
<button class="back">◀</button>
|
|
<button class="forward">▶</button>
|
|
https://capnproto.org{{ page.url }}<span id="slide-num"></span>
|
|
</p>
|
|
<h2>Kenton Varda</h2>
|
|
<p>May 18, 2017</p>
|
|
</footer>
|
|
|
|
<script type="text/javascript">setupSlides();</script>
|
|
</body>
|
|
</html>
|