added html5 header
diff --git a/website/templates/html/base.html b/website/templates/html/base.html
index 2724e57..fa01f8a 100644
--- a/website/templates/html/base.html
+++ b/website/templates/html/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.0">
 	<title>{{ title }}</title>
 	<meta name="generator" content="wnframework">
 	<script type="text/javascript" src="lib/js/lib/jquery/jquery.min.js"></script>
@@ -24,4 +26,5 @@
 <body>
 	{% block body %}
 	{% endblock %}
-</body>
\ No newline at end of file
+</body>
+</html>
\ No newline at end of file