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/people | |
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/people')
-rw-r--r-- | src/people/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/people/index.html b/src/people/index.html new file mode 100644 index 0000000..d95a02c --- /dev/null +++ b/src/people/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + :!t | People:!/t + :?src/templates/inner-head.html + </head> + <body> + :?src/templates/nav.html + :?src/templates/body-top.html + <section id="people"> + <h2>People:!refpeople:!/ref</h2> + <article> + <section id="glass"> + <h3>glass:!refglass:!/ref</h3> + + </section> + </article> + </section> + :?src/templates/body-bottom.html + </body> +</html>
\ No newline at end of file |