<!DOCTYPE html> <html lang="en"> <head> m4_include(head.html) </head> <body> <header> <h1>Root Page</h1> <figure class="quote"> <blockquote> <p>If Java had true garbage collection, most programs would delete themselves upon execution.</p> </blockquote> <figcaption> Robert Sewell </figcaption> </figure> </header> <main> <p> Welcome to my plot of the internet. This site is mostly oriented towards topics related to software development, but you might eventually find some things that are completely unrelated as well. The “source code” for the site (if you can call <abbr class="html">HTML</abbr><x-ref>1</x-ref> and a basic build system source code) <a href="https://git.thomasvoss.com/www.thomasvoss.com" target="_blank"> are available through git </a>. </p> <aside> <p data-ref="1"> This site doesn’t even have any JavaScript. There truly is no code. </p> </aside> <p> Now go branch off to a subsection of the site: </p> <ul> <li><a href="prj">My Projects</a></li> <li><a href="srp">Software-Related Posts</a></li> <li><a href="www">Other Websites</a></li> <li><a href="ame">About Me</a></li> </ul> </main> <hr> <footer> <small> m4_footer </small> </footer> </body> </html>