You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
<html> |
|
<head> |
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> |
|
<meta name="apple-mobile-web-app-capable" content="yes" /> |
|
<title>Custom App Test</title> |
|
<link rel="stylesheet" href="../../../../dijit/themes/claro/claro.css"> |
|
<style> |
|
html,body { |
|
width: 100%; |
|
height: 100%; |
|
background: #eee; |
|
font-family: arial; |
|
color: #333; |
|
overflow: hidden; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
</style> |
|
<script type="text/javascript" src="../../../../dojox/mobile/deviceTheme.js"></script> |
|
<script type="text/javascript" data-dojo-config="parseOnLoad: false, async: false" src="../../../../dojo/dojo.js"></script> |
|
<script> |
|
require(["dojox/app/main", "dojox/json/ref", "dojo/text!./config.json"], |
|
function(Application, jsonRef, config){ |
|
var cfg = jsonRef.fromJson(config); |
|
Application(cfg); |
|
}); |
|
|
|
</script> |
|
|
|
</head> |
|
<body class="claro"> |
|
</body> |
|
</html>
|
|
|