summaryrefslogtreecommitdiff
path: root/app/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/layout.html')
-rw-r--r--app/templates/layout.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/app/templates/layout.html b/app/templates/layout.html
deleted file mode 100644
index e63f746..0000000
--- a/app/templates/layout.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
-</head>
-<body>
-
-<div class="container">
- {% block content %}
- {% endblock %}
-</div>
-
-</body>
-</html>