diff --git a/advlabdb/templates/index.html b/advlabdb/templates/index.html deleted file mode 100644 index a05b433..0000000 --- a/advlabdb/templates/index.html +++ /dev/null @@ -1,5 +0,0 @@ -{% set title = "Home" %} -{% extends "layout.html" %} -{% block content %} -Welcome to AdvLabDB! -{% endblock content %} diff --git a/advlabdb/templates/layout.html b/advlabdb/templates/layout.html deleted file mode 100644 index 97397c0..0000000 --- a/advlabdb/templates/layout.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - AdvLabDB - - - - -
-
- {% with messages = get_flashed_messages(with_categories=True) %} - {% if messages %} - {% for category, message in messages %} -
- {{message}} -
- {% endfor %} - {% endif %} - {% endwith %} - - {% block content %}{% endblock content %} -
-
- - - - - - - - - - - - - - {% block scripts %}{% endblock scripts %} - - - \ No newline at end of file