aboutsummaryrefslogtreecommitdiff
path: root/src/about/index.html
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2023-01-05 11:11:25 -0700
committercurly <curlybryce@protonmail.com>2023-01-05 11:11:25 -0700
commit3bf082f501866f389232d54b5acfdc1cb0c8680a (patch)
tree2ba3a834d205af20bbdf660453c0edb79d85c54e /src/about/index.html
parent051af52e777680c9b31552f6067d1a577cb39606 (diff)
downloadinfernal.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/index.html')
-rw-r--r--src/about/index.html26
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>