diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-11 05:15:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-11 05:15:20 +0200 |
commit | bda44e93541fa478abf3ce4b3461f026a90fa8cb (patch) | |
tree | a62a7e1d456effe914a77b45f66485c3e8bfd92d /src/index.html | |
parent | ced3ed9ddde25614bbc9777a5d546eee2a44a2e0 (diff) |
Move the site from HTML to GSP
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 59 |
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> |