diff options
author | curly <curlybryce@protonmail.com> | 2023-01-05 11:11:25 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-01-05 11:11:25 -0700 |
commit | 3bf082f501866f389232d54b5acfdc1cb0c8680a (patch) | |
tree | 2ba3a834d205af20bbdf660453c0edb79d85c54e /src/about | |
parent | 051af52e777680c9b31552f6067d1a577cb39606 (diff) | |
download | infernal.garden-3bf082f501866f389232d54b5acfdc1cb0c8680a.tar.gz infernal.garden-3bf082f501866f389232d54b5acfdc1cb0c8680a.tar.bz2 infernal.garden-3bf082f501866f389232d54b5acfdc1cb0c8680a.zip |
use s3g, added some pages & fork awesome
Diffstat (limited to 'src/about')
-rw-r--r-- | src/about/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/about/index.html b/src/about/index.html new file mode 100644 index 0000000..abf4323 --- /dev/null +++ b/src/about/index.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + :!t | About:!/t + :?src/templates/inner-head.html + </head> + <body> + :?src/templates/nav.html + :?src/templates/body-top.html + <section id="about"> + <h2>About:!refabout:!/ref</h2> + <article> + <p> + + </p> + <section id="attribution"> + <h2>Attribution:!refattribution:!/ref</h2> + <p> + Icons >> <a href="https://github.com/ForkAwesome/Fork-Awesome">Fork Awesome</a> + </p> + </section> + </article> + </section> + :?src/templates/body-bottom.html + </body> +</html> |