1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 7 <meta name="keywords" content="Martin Klockner's Webpage, Martin Kloeckner's Webpage, Martin Klöckner's Webpage"> 8 <meta name="author" content="Martin Klockner, Martin Kloeckner, Martin Klöckner"> 9 10 <meta name="title" content="Martin Klöckner's Webpage"> 11 <meta name="description" content="This is Martin Klöckner's personal webpage, in here you will find contact information, a blog, where he writes about tech related stuff, and much more!."> 12 13 <title>Martin Klöckner's Webpage</title> 14 15 <!--#include virtual="/common/head.shtml" --> 16 </head> 17 18 <body> 19 <!--#include virtual="/common/header.shtml" --> 20 21 <article> 22 <h1 id="index-title">Hello, World!</h1> 23 24 <p>This is my personal webpage, in here you will find <a href=/about>contact information</a>, my <a href=/blog>blog</a>, where I post about random stuff, mostly tech related, and my self hosted <a href="https://git.kloeckner.com.ar/">git server</a>, which I try to keep in sync with my <a href="https://github.com/mjkloeckner">github</a> repositories. I've also added a <a href="https://kloeckner.com.ar/files/">files</a> section where I upload random files to share.</p> 25 26 <p>Make sure to subscribe to my <a href=/rss.xml>RSS feed</a> to get updates on my blog. Of course if you have any questions or comments, <a href="mailto:mjkloeckner@gmail.com">send me an email</a>, I will respond kindly!</p> 27 28 <div id=latest-uploads > 29 <h2 style="text-align: left; padding: 0;"><u>Latest blog uploads</u></h2> 30 <div style="margin-top: 5px; margin-left: .5em"> 31 <a href="/rss.xml" id="rss"><img style="width: 1.5em;" src="/common/rss_logo.png" alt="rss logo"></a> 32 </div> 33 </div> 34 35 <ul id=blog_entries> 36 <!--#include virtual="/common/latest_uploads.shtml" --> 37 </ul> 38 39 <p id=blog-entries>See all <a href="/blog">blog entries</a></p> 40 41 <script src="/scripts/js/count-blog-posts.js" defer> </script> 42 <hr class="article_bottom_bar"> 43 </article> 44 45 <!--#include virtual="/common/footer.shtml" --> 46 </body> 47 </html>