source: trunk/FACT++/www/smartfact/index.html@ 17936

Last change on this file since 17936 was 14041, checked in by tbretz, 12 years ago
Some more improvements to the audio and some little traffic improvements
File size: 511 bytes
Line 
1<!DOCTYPE HTML>
2<html>
3
4<head>
5 <title>SmartFACT++</title>
6 <script src="index.js"></script>
7 <link rel="stylesheet" type="text/css" href="index.css" />
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</head>
10
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>
17</html>
Note: See TracBrowser for help on using the repository browser.