summaryrefslogtreecommitdiffhomepage
path: root/src/srp/index.gsp.bak
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 05:38:40 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 05:39:59 +0200
commite239e8828c99de06df17960ab0682d1d2195fd23 (patch)
tree838a4e093ad29407da46c2bc5cc466e3d2926bb5 /src/srp/index.gsp.bak
parentbda44e93541fa478abf3ce4b3461f026a90fa8cb (diff)
Run ‘make check’ and fix various typos
Diffstat (limited to 'src/srp/index.gsp.bak')
-rw-r--r--src/srp/index.gsp.bak40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/srp/index.gsp.bak b/src/srp/index.gsp.bak
new file mode 100644
index 0000000..8b2ddad
--- /dev/null
+++ b/src/srp/index.gsp.bak
@@ -0,0 +1,40 @@
+html lang="en" {
+ head { m4_include(head.gsp) }
+ body {
+ header {
+ div {
+ h1 {-Sortware-Related Posts}
+ m4_include(nav.gsp)
+ }
+
+ figure .quote {
+ blockquote {
+ p {=
+ Object-oriented programming is an exceptionally bad idea which could
+ only have originated in California.
+ }
+ }
+ figcaption {-Edsgar W. Dijkstra}
+ }
+ }
+
+ 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 {-Posts:}
+
+ ul {
+ li {a href="fw-ec" {-Patching My Laptop’s Embedded Controller}}
+ }
+ }
+
+ hr{}
+
+ footer { m4_footer }
+ }
+}