diff --git a/www/template.html b/www/template.html
index 09fe6be..e55ada4 100644
--- a/www/template.html
+++ b/www/template.html
@@ -4,6 +4,16 @@
 
     <!-- /HEAD/ -->
     <head>
+        
+        <!-- /Basic HEAD/ -->
+        <title>Page Name</title>
+        <!-- \Basic HEAD\ -->
+
+        <!-- /META/ -->
+        <meta charset="UTF-8">
+        <meta name="viewpoint" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
+        <meta http-equiv="x-ua-compatible" content="ie=edge">
+        <!-- \META\ -->
     </head>
     <!-- \HEAD\ -->