@qooxdoo/framework
Version:
The JS Framework for Coders
48 lines (40 loc) • 1.6 kB
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Setup the viewport for mobile and desktop environments -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<!-- Configure linking of this application to the home screen of mobile devices -->
<meta name="apple-mobile-web-app-title" content="test2"/>
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
<meta name="msapplication-tap-highlight" content="no"/>
<link rel="apple-touch-icon" href="../resource/test2/app.png"/>
<!-- Disable chrome translation requests and automatic phone number linking -->
<meta name="google" value="notranslate"/>
<meta name="format-detection" content="telephone=no"/>
<!-- Shortcut icon setup -->
<link rel="shortcut icon" type="image/png" href="../resource/test2/favicon.png"/>
<link rel="mask-icon" href="../resource/test2/favicon.png"/>
<style>
body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
position: fixed;
-webkit-touch-callout: none ;
overflow: hidden;
}
</style>
<title>test2</title>
<noscript>
<meta http-equiv="refresh" content="0; url=nojs.html"/>
</noscript>
<script type="text/javascript" src="boot.js"></script>
</head>
<body>
</body>
</html>