Hexbomb.gay/Templates/Blogtemplate.html

51 lines
1.5 KiB
HTML

<html lang="en">
<head>
<Title>Hex Bomb</Title>
<link rel="stylesheet" href="../mainstyles.css">
<link rel="stylesheet" href="../css/poststyles.css">
<script src="adultcheck.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&family=Raleway:wght@200&family=Staatliches&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
</head>
<body>
<div id=header-navigation>
<img id=headerimg src="../images/Headerimg.png" alt="hex-bomb">
<nav class=flexnav>
<div id=topbutton><a href="../index.html">Main</a></div>
<div id=topbutton><a href="../blog.html">Blog</a></div>
<div id=topbutton><a href="../gallery.html">Gallery</a></div>
<div id=topbutton><a href="../comics.html">Zines & Comics</a></div>
</nav>
</div>
<div id=Content-box class="flex-container">
<div id=maincontent>
<article>
</article>
<form>
<input type="button" value="Back" onclick="history.back()" id="backbutton">
</form>
</div>
</div>
<footer>
<div id="Footerbox">
<p>
This website was generously hosted by my pals at <a href="https://autonomic.zone/">Autonomic.Zone co-operative.</a> Unless otherwise specified, all content on this site is © 2022 HEX BOMB.
</p>
</div>
</footer>
</body>
</html>