aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.htm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.htm')
-rw-r--r--templates/base.htm15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/base.htm b/templates/base.htm
deleted file mode 100644
index b8b2f49..0000000
--- a/templates/base.htm
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <link href="/static/style.css" rel="stylesheet">
- <title>{% block title %}{{ title }} - PokeBot{% endblock %}</title>
- </head>
- <body>
- <main>
- {% block content %}{% endblock %}
- </main>
- </body>
-</html>