summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-26 13:13:43 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-26 13:13:43 +0200
commitf49be08a2b9ea08d0f3f5985ce0e4e747642d0b0 (patch)
treed47f7a12dddb8a1713067ac8025566360a452ba3
parent1af1bf9ae74117141c74d5e0816041fde226f0d7 (diff)
Add a section on GSPHEADmaster
-rw-r--r--index.gsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.gsp b/index.gsp
index 7b735b9..cc6acdf 100644
--- a/index.gsp
+++ b/index.gsp
@@ -94,6 +94,19 @@ html lang="en" {
x-entry {
header {
+ a href="https://thomasvoss.com/srp/gsp" target="_blank" {
+ code {-gsp}
+ }
+ }
+ x-description {-A better syntax for HTML}
+ p {-
+ A transpiler from an alternative (better) syntax to HTML, because HTML
+ is quite bad. This very page is written in it.
+ }
+ }
+
+ x-entry {
+ header {
a href="https://thomasvoss.com/prj/mmv" target="_blank" {
code {-mmv}
}