repos/kloeckner.com.ar

Backup of part of my webpage
Commits Files Refs README LICENSE
blog.html (26 lines)
   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             <hr class="article_top_bar">
  13             <link rel='stylesheet' type='text/css' href="/css/article.css?ver=0.5">
  14             <link rel='stylesheet' type='text/css' href="/css/blog.css?ver=0.5">
  15             <h1 id="blog-title">Blog</h1>
  16             <div id="blog_entries">
  17                 <!--#include virtual="/common/blog_index.shtml" -->
  18             </div>
  19             <div style="margin-top: 1em; padding-bottom: .75em; text-align: center; text-decoration: none;">
  20                 <a href="/rss.xml" id="rss"><img style="width: 1.5em; padding: 0;" src="/common/rss_logo.png" alt="rss logo"></a>
  21             </div>
  22             <hr class="article_bottom_bar" style="margin-top: 1em;">
  23         </article>
  24         <!--#include virtual="/common/footer.shtml" -->
  25     </body>
  26 </html>