diff options
Diffstat (limited to 'src/about/index.html')
-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> |