diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-17 07:26:48 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-17 07:26:48 +0000 |
commit | 7a003f5bbf49082dcf24105aa6f7bc8c6650c255 (patch) | |
tree | ce7f534a8b74dff0f5c280ccaa7b862a29b27023 /sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html | |
parent | f90791f2f7b48d7e08ce08f7ead498e1191a96b8 (diff) |
Use a common stylesheet in all samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1059769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html')
-rw-r--r-- | sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html b/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html index 02a92d1b31..37c2594ffb 100644 --- a/sca-cpp/trunk/samples/store-cluster/htdocs/logout/index.html +++ b/sca-cpp/trunk/samples/store-cluster/htdocs/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"> @@ -30,4 +39,5 @@ function submitSignout() { </script> <input type="button" onclick="submitSignout()" value="Sign out"/> </form> -</body></html> +</body> +</html> |