This repository has been archived on 2023-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
exozyme-blog/index.html
2021-07-01 10:50:36 -05:00

23 lines
637 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>The exozyme blog</title>
<link href="/blog/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="https://exozy.me/logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>Blog</h2>
<br>
<b>2021-06-29</b> <a href="/blog/dont-use-discord">Don't Use Discord</a>
<br>
<br>
<b>2021-06-25</b> <a href="/blog/taking-back-the-web">Taking Back the Web</a>
<br>
</div>
</body>
</html>