diff options
Diffstat (limited to 't/app/controller/templates')
-rw-r--r-- | t/app/controller/templates/about/homepage.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/app/controller/templates/about/homepage.html b/t/app/controller/templates/about/homepage.html new file mode 100644 index 000000000..c8d5c1eb3 --- /dev/null +++ b/t/app/controller/templates/about/homepage.html @@ -0,0 +1,3 @@ +<p> + THIS IS A STATIC FRONT PAGE. +</p> |