<head>
<title>blog | arthurtaft.net</title>
<meta charset="UTF-8">
- <link rel="stylesheet" href="styles.css">
+ <link rel="stylesheet" href="/static/styles.css">
+ <link rel="icon" href="/static/shell-icon.ico" />
</head>
<body>
<div id="main-cont">
<h1 class="page-title">arthurtaft.net</h1>
</div>
<div id="container">
- <h2 class="main-header">I love Gentoo Linux</h1>
+ <h2 class="main-header">Blog</h1>
+ <p class="main-text">Still working on this... Come back later!</p>
+ <img src="/static/in-progress.gif">
+ </div>
+ <div id="footer">
+ <p class="footer-text">source: <a class="footer-link" href="https://github.com/arthur-taft/website" target="_blank">github.com/arthur-taft/website</a></p>
+ <p class="footer-text">© arthur taft - 2025</p>
</div>
</div>
</body>