diff options
author | blendoit <blendoit@gmail.com> | 2020-01-23 19:21:01 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-23 19:21:01 -0800 |
commit | 6056f5a2f5e00347c73e827e6f1f781d08d91799 (patch) | |
tree | 5c9c630853aacbd7bd8a67dd0338d3d5e3c1065c /app/templates/home.html | |
parent | d4b417b6d7c42440a4002aa183a9bb580429a6ec (diff) |
Create placeholder content and "yes" page styles.
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index 89984eb..6205c03 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -2,7 +2,6 @@ <link rel= "stylesheet" type= "text/css" href= "{{ url_for('static',filename='styles/home.css') }}"> {% extends "base.html" %} - {% block content %} <div> @@ -20,5 +19,4 @@ </div> </div> - {% endblock content %} |