diff options
author | mjfernez <mjfernez@gmail.com> | 2021-06-07 00:03:12 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-06-07 00:40:39 -0400 |
commit | ca5b85fb744221588859f3639ba7e4da0bc82649 (patch) | |
tree | 2595d1e315e09e5d35c362d95a35585416a7a2fb /templates/site/about | |
download | ezcms-ca5b85fb744221588859f3639ba7e4da0bc82649.tar.gz |
first commit
Diffstat (limited to 'templates/site/about')
-rw-r--r-- | templates/site/about/.description | 1 | ||||
-rw-r--r-- | templates/site/about/faq.html | 3 | ||||
-rw-r--r-- | templates/site/about/whoami.html | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/templates/site/about/.description b/templates/site/about/.description new file mode 100644 index 0000000..eee24f1 --- /dev/null +++ b/templates/site/about/.description @@ -0,0 +1 @@ +Who runs this place anyway? diff --git a/templates/site/about/faq.html b/templates/site/about/faq.html new file mode 100644 index 0000000..0ad0c1a --- /dev/null +++ b/templates/site/about/faq.html @@ -0,0 +1,3 @@ +<h2>Frequently Anticipated Questions</h2> +<li><i>A question?</i></li> +<p>Yes, that is a question. Nice one</p> diff --git a/templates/site/about/whoami.html b/templates/site/about/whoami.html new file mode 100644 index 0000000..954d8db --- /dev/null +++ b/templates/site/about/whoami.html @@ -0,0 +1 @@ +<p>Person that does things</p> |