Changeset 14041 for trunk/FACT++/www/smartfact/index.html
- Timestamp:
- 06/02/12 20:29:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.html
r13686 r14041 4 4 <head> 5 5 <title>SmartFACT++</title> 6 <script type="text/javascript"src="index.js"></script>6 <script src="index.js"></script> 7 7 <link rel="stylesheet" type="text/css" href="index.css" /> 8 <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1 .0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />8 <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0, minimum-scale=1, maximum-scale=1, target-densitydpi=device-dpi" /> 9 9 </head> 10 10 11 <body id="body" onload="onload();" onresize="onresize();"/> 11 <body id="body" onload="onload();" onresize="onresize();"> 12 <audio autoplay id="audio"> 13 <source type="audio/mp3"/> 14 <source type="audio/ogg"/> 15 </audio> 16 </body> 12 17 </html>
Note:
See TracChangeset
for help on using the changeset viewer.