kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
blog.html (854B)
   1 <!DOCTYPE html>
   2 <html lang="en">
   3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
   4     <head>
   5         <title>Blog | Martin Klöckner's Webpage</title>
   6         <!--#include virtual="/common/head.shtml" -->
   7     </head>
   8 
   9     <body>
  10         <!--#include virtual="/common/header.shtml" -->
  11         <article>
  12             <link rel='stylesheet' type='text/css' href="/css/article_style.css">
  13             <h1 id="blog-title">Blog</h1>
  14             <ul id=blog_entries>
  15                 <!--#include virtual="/common/blog_index.shtml" -->
  16             </ul>
  17             <div style="margin-top: 1em; padding-bottom: .75em; text-align: center; text-decoration: none;">
  18                 <a href="/rss.xml" id="rss"><img style="width: 1.5em; padding: 0;" src="/common/rss_logo.png" alt="rss logo"></a>
  19             </div>
  20             <hr class="article_bottom_bar" style="margin-top: 1em;">
  21         </article>
  22         <!--#include virtual="/common/footer.shtml" -->
  23     </body>
  24 </html>