-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (36 loc) · 2.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Martin Klockner's Webpage, Martin Kloeckner's Webpage, Martin Klöckner's Webpage">
<meta name="author" content="Martin Klockner, Martin Kloeckner, Martin Klöckner">
<meta name="title" content="Martin Klöckner's Webpage">
<meta name="description" content="This is Martin Klöckner's personal webpage, here you will find contact information, a blog, where he writes about tech related stuff, and much more!.">
<title>Martin Klöckner's Webpage</title>
<!--#include virtual="/common/head.shtml" -->
</head>
<body>
<!--#include virtual="/common/header.shtml" -->
<article>
<h1 id="index-title">Hello, World!</h1>
<p>This is my personal webpage, 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 share random files.</p>
<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:[email protected]">send me an email</a>, I will respond kindly!</p>
<div id=latest-uploads >
<div id=latest-uploads-title >
<h2>Latest blog uploads</h2>
<div>
<a href="/rss.xml" id="rss"><img style="width: 1.25em;" src="/common/rss_logo.png" alt="rss logo"></a>
</div>
</div>
<div id=latest-uploads-blog-entries>
<!--#include virtual="/common/latest_uploads.shtml" -->
</div>
<p id=see-all-blog-entries>See all <a href="/blog">blog entries</a></p>
</div>
<script src="/scripts/js/count-blog-posts.js?ver=0.1" defer> </script>
<hr class="article_bottom_bar">
</article>
<!--#include virtual="/common/footer.shtml" -->
</body>
</html>