48 lines
1.2 KiB
HTML
48 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" />
|
|
<title>blorg</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header class='header'>
|
|
<a class="logo" href="/go-org/blorg">home</a>
|
|
<nav>
|
|
<a href="https://www.github.com/niklasfasching/go-org">github</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="container">
|
|
<h1 class="title">blorg</h1>
|
|
<p>Only pages that have a date will be listed here - e.g. not <a href="about.html">about.html</a>
|
|
<ul class="posts">
|
|
|
|
<li class="post">
|
|
<a href="/go-org/blorg/yet-another-post/index.html">
|
|
<date>25.06.2020</date>
|
|
<span>yet another post</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="post">
|
|
<a href="/go-org/blorg/another-post.html">
|
|
<date>24.06.2020</date>
|
|
<span>another post</span>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="post">
|
|
<a href="/go-org/blorg/some-post.html">
|
|
<date>23.06.2020</date>
|
|
<span>some post</span>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
<ul>
|
|
</div>
|
|
</body>
|
|
</html>
|