diff options
Diffstat (limited to 'debug.html')
-rw-r--r-- | debug.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ -<!doctype html> +<!DOCTYPE html> <html> <head> <title>Enyo Bootplate App</title> <link rel="shortcut icon" href="assets/favicon.ico"> <!-- --> + <meta http-equiv="Content-Type" content="text/html; charset=utf8"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <!-- enyo (debug) --> |