SimonSarasovaWebsite/resources/pages/blog.html

42 lines
517 B
HTML
Raw Normal View History

2024-05-01 09:38:23 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Blog</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
2024-06-20 08:29:40 +02:00
<h1>Blog</h1>
2024-05-01 09:38:23 +02:00
<br class = "thinlinebreak">
2024-06-14 12:01:11 +02:00
<p><b>No blog posts exist yet.</b></p>
2024-05-01 09:38:23 +02:00
2024-06-14 12:01:11 +02:00
<br class = "thinlinebreak">
2024-05-01 09:38:23 +02:00
2024-06-23 09:40:34 +02:00
<a class = "archiveLink" href="./blog-archive.html" >View Archived Posts</a>
2024-05-01 09:38:23 +02:00
</div>
</div>
</div>
</body>
</html>