diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-26 13:13:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-26 13:13:43 +0200 |
commit | f49be08a2b9ea08d0f3f5985ce0e4e747642d0b0 (patch) | |
tree | d47f7a12dddb8a1713067ac8025566360a452ba3 | |
parent | 1af1bf9ae74117141c74d5e0816041fde226f0d7 (diff) |
Add a section on GSP
-rw-r--r-- | index.gsp | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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} } |