Ignore:
Timestamp:
06/02/12 20:29:40 (13 years ago)
Author:
tbretz
Message:
Some more improvements to the audio and some little traffic improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.html

    r13686 r14041  
    44<head>
    55  <title>SmartFACT++</title>
    6   <script type="text/javascript" src="index.js"></script>
     6  <script src="index.js"></script>
    77  <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" />
    99</head>
    1010
    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>
    1217</html>
Note: See TracChangeset for help on using the changeset viewer.