diff options
author | curly <curlybryce@protonmail.com> | 2023-01-10 16:03:54 -0700 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2023-01-10 16:03:54 -0700 |
commit | 5d4988161300f368f4252628f6e2588ce75ef101 (patch) | |
tree | 5553d37f4bf09f916820b559bfd18a7b0b9f60b2 /src/contact | |
parent | 3bf082f501866f389232d54b5acfdc1cb0c8680a (diff) | |
download | infernal.garden-5d4988161300f368f4252628f6e2588ce75ef101.tar.gz infernal.garden-5d4988161300f368f4252628f6e2588ce75ef101.tar.bz2 infernal.garden-5d4988161300f368f4252628f6e2588ce75ef101.zip |
lots of pages & cards done
Diffstat (limited to 'src/contact')
-rw-r--r-- | src/contact/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/contact/index.html b/src/contact/index.html new file mode 100644 index 0000000..5424611 --- /dev/null +++ b/src/contact/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + :!t | Contact:!/t + :?src/templates/inner-head.html + </head> + <body> + :?src/templates/nav.html + :?src/templates/body-top.html + <article> + <section id="about"> + <br> + <div class="card"> + <div> + <span class="card-head"> + Contact:!refcontact:!/ref + </span> + <hr> + <div class="card-body"> + <p> + Hopefully I can get email setup here eventually, but for now, contacting <a href="/people/#glass">glass</a> will have to do. + </p> + </div> + </div> + </div> + </section> + </article> + :?src/templates/body-bottom.html + </body> +</html> |