Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> |
---|
5 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
---|
6 | <title>Media Query Layout App</title> |
---|
7 | <link type="text/css" href="./css/mediaQueryLayoutApp.css" rel="stylesheet" /> |
---|
8 | <script type="text/javascript" src="../../../../dojox/mobile/deviceTheme.js"></script> |
---|
9 | <script type="text/javascript" src="../../../../dojo/dojo.js" data-dojo-config="parseOnLoad: false, |
---|
10 | mblHideAddressBar: false, |
---|
11 | mblAndroidWorkaround: false, |
---|
12 | mblAlwaysHideAddressBar: false, |
---|
13 | app: {debugApp: 1}, // set debugApp to log app transtions and view activate/deactivate |
---|
14 | async: 1"> |
---|
15 | </script> |
---|
16 | <script> |
---|
17 | require(["./mediaQueryLayoutApp.js"], function(){ |
---|
18 | }); |
---|
19 | </script> |
---|
20 | </head> |
---|
21 | <body> |
---|
22 | </body> |
---|
23 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.