-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
25 lines (24 loc) · 932 Bytes
/
blog.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
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Blog | Martin Klöckner's Webpage</title>
<!--#include virtual="/common/head.shtml" -->
</head>
<body>
<!--#include virtual="/common/header.shtml" -->
<article>
<link rel='stylesheet' type='text/css' href="/css/article.css?ver=0.1">
<link rel='stylesheet' type='text/css' href="/css/blog.css?ver=0.1">
<h1 id="blog-title">Blog</h1>
<div id="blog_entries">
<!--#include virtual="/common/blog_index.shtml" -->
</div>
<div style="margin-top: 1em; padding-bottom: .75em; text-align: center; text-decoration: none;">
<a href="/rss.xml" id="rss"><img style="width: 1.5em; padding: 0;" src="/common/rss_logo.png" alt="rss logo"></a>
</div>
<hr class="article_bottom_bar" style="margin-top: 1em;">
</article>
<!--#include virtual="/common/footer.shtml" -->
</body>
</html>