summaryrefslogtreecommitdiffhomepage
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index 19747dc..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!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>
- m4_footer
- </footer>
- </body>
-</html>