diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/htdocs/index.html')
-rw-r--r-- | sca-cpp/trunk/samples/store-cluster/htdocs/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/htdocs/index.html b/sca-cpp/trunk/samples/store-cluster/htdocs/index.html index 21e32d7efc..018bac3a32 100644 --- a/sca-cpp/trunk/samples/store-cluster/htdocs/index.html +++ b/sca-cpp/trunk/samples/store-cluster/htdocs/index.html @@ -18,11 +18,16 @@ -->
<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>Store</title>
</head>
<body>
<h1>Store</h1>
+<br/>
<p>For this sample to work, add the sample domain to your /etc/hosts as follows:<br/>
127.0.0.1 sca-store.com jane.sca-store.com joe.sca-store.com</p>
|