summaryrefslogtreecommitdiff
path: root/web/flask_proj/bak/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/flask_proj/bak/templates/index.html')
-rw-r--r--web/flask_proj/bak/templates/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/flask_proj/bak/templates/index.html b/web/flask_proj/bak/templates/index.html
new file mode 100644
index 0000000..5e69e8f
--- /dev/null
+++ b/web/flask_proj/bak/templates/index.html
@@ -0,0 +1,11 @@
+
+{% extends 'base.html' %}
+
+{% block title %}
+title
+{% endblock %}
+
+
+{% block content %}
+<h1>index page</h1>
+{% endblock %} \ No newline at end of file