SimonSarasovaWebsite/resources/pages/blog.html
2024-06-14 10:01:11 +00:00

41 lines
542 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 = "blogArchiveLink" href="./blog-archive.html" target=”_blank”>View Archived Posts</a>
</div>
</div>
</div>
</body>
</html>