capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

slides.html (1129B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4   <head>
      5     <meta charset='utf-8' />
      6     <meta http-equiv="X-UA-Compatible" content="chrome=1" />
      7     <meta name="viewport" content="width=480">
      8 
      9     <link rel="stylesheet" type="text/css" media="screen" href="{{ site.baseurl }}stylesheets/stylesheet.css">
     10     <link rel="alternate" type="application/rss+xml" title="Cap'n Proto News" href="{{site.baseurl}}feed.xml">
     11 
     12     <title>Cap'n Proto: {{ page.title }}</title>
     13 
     14     <script type="text/javascript" src="{{ site.baseurl }}javascripts/main.js"></script>
     15   </head>
     16 
     17   <body class="slides">
     18 
     19     <header>
     20       <img src="{{ site.baseurl }}images/logo.png">
     21       <h1 class="title"></h1>
     22     </header>
     23 
     24     <!-- MAIN CONTENT -->
     25     <main>
     26       {{ content }}
     27     </main>
     28 
     29     <!-- FOOTER  -->
     30     <footer>
     31       <p class="url">
     32         <button class="back">&#9664;</button>
     33         <button class="forward">&#9654;</button>
     34         https://capnproto.org{{ page.url }}<span id="slide-num"></span>
     35       </p>
     36       <h2>Kenton Varda</h2>
     37       <p>May 18, 2017</p>
     38     </footer>
     39 
     40     <script type="text/javascript">setupSlides();</script>
     41   </body>
     42 </html>