diff options
Diffstat (limited to 'app/templates/base/index.html')
| -rw-r--r-- | app/templates/base/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/base/index.html b/app/templates/base/index.html new file mode 100644 index 0000000..11d266c --- /dev/null +++ b/app/templates/base/index.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} + +<b>Welcome to Strengthy</b> + +{% endblock %} |
