diff options
Diffstat (limited to 'sca-cpp/trunk/modules/http/htdocs/index.html')
-rw-r--r-- | sca-cpp/trunk/modules/http/htdocs/index.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/http/htdocs/index.html b/sca-cpp/trunk/modules/http/htdocs/index.html index 1bfb3e30c2..da71ab20fa 100644 --- a/sca-cpp/trunk/modules/http/htdocs/index.html +++ b/sca-cpp/trunk/modules/http/htdocs/index.html @@ -17,5 +17,16 @@ under the License. --> -<html><body><h1>It works!</h1></body></html> +<html> +<head> +<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0"/> +<meta name="apple-mobile-web-app-capable" content="yes"/> +<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/> +<link rel="stylesheet" type="text/css" href="/ui.css"/> +<title>It works</title> +</head> +<body> +<h1>It works!</h1> +</body> +</html> |