aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/layout.pug6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/layout.pug b/views/layout.pug
index ce4bda5..8c1e992 100644
--- a/views/layout.pug
+++ b/views/layout.pug
@@ -7,7 +7,11 @@
doctype html
html
head
- title= title
+ title Texx
+ meta(charset='UTF-8')
+ meta(name='viewport',
+ content='width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0')
+ meta(http-equiv='X-UA-Compatible' content='ie=edge')
script(src='app.js')
link(rel='stylesheet', href='app.css')
body