diff options
-rw-r--r-- | templates/page.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index cb78f85..c9c8c79 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,8 @@ -<html> +<!DOCTYPE html> +<html lang="en"> <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/> <link rel="stylesheet" href="/public/style.css" /> <link rel="stylesheet" href="/public/highlight.css" /> |