Web/templates/blog.html
2019-10-04 21:33:37 +02:00

13 lines
528 B
HTML

<!-- TITLE Ellpeck.de - Blog -->
<!-- DESCRIPTION Some of the stuff I write about programming, gaming and life -->
<div class="list-display rounded">
<h1>Blog</h1>
<p>
Occasionally I enjoy writing stuff. So here's some of the stuff I've written. Just click on any of the headers to expand the post.
</p>
<div id="blog-list">
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
</div>
<script src="scripts/blog.js"></script>
</div>