SimonSarasovaWebsite/resources/pages/blog.html
2024-06-23 07:40:34 +00:00

41 lines
517 B
HTML

<!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">
<h1>Blog</h1>
<br class = "thinlinebreak">
<p><b>No blog posts exist yet.</b></p>
<br class = "thinlinebreak">
<a class = "archiveLink" href="./blog-archive.html" >View Archived Posts</a>
</div>
</div>
</div>
</body>
</html>