38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>The exozyme blog</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<br>
|
|
<picture>
|
|
<source srcset="/logo.webp" type="image/webp">
|
|
<source srcset="/logo.png" type="image/png">
|
|
<img src="/logo.png" alt="exozyme" height="324" width="324">
|
|
</picture>
|
|
<br>
|
|
|
|
<h2>Blog</h2>
|
|
|
|
<br>
|
|
<p style="text-align:center;">
|
|
<b>2021-08-02</b> <a href="ldap-hell">LDAP Hell</a>
|
|
</p>
|
|
<br>
|
|
<p style="text-align:center;">
|
|
<b>2021-07-26</b> <a href="next-step">The Next Step</a>
|
|
</p>
|
|
<br>
|
|
<p style="text-align:center;">
|
|
<b>2021-06-29</b> <a href="dont-use-discord">Don't Use Discord</a>
|
|
</p>
|
|
<br>
|
|
<p style="text-align:center;">
|
|
<b>2021-06-25</b> <a href="under-construction">Taking Back the Web</a>
|
|
</p>
|
|
<br>
|
|
</div>
|
|
</body>
|
|
</html>
|