summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-21 11:51:47 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-21 11:51:47 -0400
commit3e67109e99104881e21949a1c1eaf8b97d81aa53 (patch)
tree62427efa2d26bcb4bb0fc0dc1a3088ebb1031fae
parent7760744dffc50230acc7be5ec5335892d6198cec (diff)
nfsw/templates/base.html: Add meta tags to header.
-rw-r--r--nfsw/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/nfsw/templates/base.html b/nfsw/templates/base.html
index a686d0c..480d27e 100644
--- a/nfsw/templates/base.html
+++ b/nfsw/templates/base.html
@@ -1,6 +1,8 @@
<!doctype html>
<html lang="en">
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% block title %}{% endblock %} - NFSW</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">