diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/htdocs/domains/joe/logout/index.html')
-rw-r--r-- | sca-cpp/trunk/samples/store-cluster/htdocs/domains/joe/logout/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/htdocs/domains/joe/logout/index.html b/sca-cpp/trunk/samples/store-cluster/htdocs/domains/joe/logout/index.html index 02a92d1b31..4a025af225 100644 --- a/sca-cpp/trunk/samples/store-cluster/htdocs/domains/joe/logout/index.html +++ b/sca-cpp/trunk/samples/store-cluster/htdocs/domains/joe/logout/index.html @@ -17,8 +17,17 @@ under the License. --> -<html><body> +<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>Sign out</title> +</head> +<body> <h1>Sign out</h1> +<br/> <form name="signout" action="/login" method="GET"> <script type="text/javascript"> |