25 lines
692 B
HTML
25 lines
692 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
@include "/css/main.css";
|
|
</style>
|
|
<title>Atlas48's Archives</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<a href="/">/</a>
|
|
</div>
|
|
<p><em>Welcome to the Atlas48 Archives!</em></p>
|
|
<p><img src="/img/ucbanner.gif" title="The First Banner" alt="The First Banner" /></p>
|
|
<p>Everything’s slowly being set up and the like, so you’ll only be able to access here unless you know the layout.</p>
|
|
<p>I <em>may</em> make a sitemap, I may not. Just getting the infastructure set up.</p>
|
|
<h1><span class="caps">TODO</span></h1>
|
|
<ul>
|
|
<li>find a way to render the org-mode files</li>
|
|
<li>maybe make an automated sitemap renderer?</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|