aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.htm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.htm')
-rw-r--r--templates/base.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.htm b/templates/base.htm
index 7810f21..b8b2f49 100644
--- a/templates/base.htm
+++ b/templates/base.htm
@@ -4,6 +4,7 @@
<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>