summaryrefslogtreecommitdiffhomepage
path: root/src/srp/index.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 05:15:20 +0200
commitbda44e93541fa478abf3ce4b3461f026a90fa8cb (patch)
treea62a7e1d456effe914a77b45f66485c3e8bfd92d /src/srp/index.html
parentced3ed9ddde25614bbc9777a5d546eee2a44a2e0 (diff)
Move the site from HTML to GSP
Diffstat (limited to 'src/srp/index.html')
-rw-r--r--src/srp/index.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/srp/index.html b/src/srp/index.html
deleted file mode 100644
index f66d4ae..0000000
--- a/src/srp/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- m4_include(head.html)
- </head>
- <body>
- <header>
- <div>
- <h1>Software-Related Posts</h1>
- m4_include(nav.html)
- </div>
-
- <figure class="quote">
- <blockquote>
- <p>Object-oriented programming is an exceptionally bad idea
- which could only have originated in California.</p>
- </blockquote>
- <figcaption>
- Edsgar W. Dijkstra
- </figcaption>
- </figure>
- </header>
-
- <main>
- <p>
- In this section of the website I cover random software-related
- stuff that isn’t related to actual projects of mine. Posts here
- could be about anything from a cool program I found, to a patch I
- wrote, to me complaining about bad software design.
- </p>
-
- <p>
- Posts:
- </p>
-
- <ul>
- <li><a href="fw-ec">Patching My Laptop’s Embedded Controller</a></li>
- </ul>
- </main>
-
- <hr>
-
- <footer>
- m4_footer
- </footer>
- </body>
-</html>