site-neo/index.html

19 lines
600 B
HTML
Raw Normal View History

2022-09-24 17:19:46 -04:00
<!DOCTYPE html>
<html>
<head>
2022-09-25 11:52:56 -04:00
<style>
@include "style.css";
</style>
<title></title>
2022-09-24 17:19:46 -04:00
</head>
<body>
<p><em>Welcome to the Atlas48 Archives!</em></p>
<p><img src="/img/ucbanner.gif" alt="The First Banner" /></p>
2022-09-25 11:52:56 -04:00
<p>Everything&#8217;s slowly being set up and the like, so you&#8217;ll only be able to access here unless you know the layout.</p>
2022-09-24 17:19:46 -04:00
<p>I <em>may</em> make a sitemap, I may not. Just getting the infastructure set up.</p>
2022-10-15 11:07:47 -04:00
<h1><span class="caps">TODO</span><br />
<strong> find a way to render the org-mode files<br />
</strong> maybe make an automated sitemap renderer?</h1>
2022-09-24 17:19:46 -04:00
</body>
</html>