fa30b4d73ed6ce9231f17d80309b41fb574f4c14
[samples/web/ImageRotation.git] / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta charset="utf-8" />
5     <meta name="viewport" content="width=320, user-scalable=no">
6     <meta name="description" content="Tizen basic template generated by Tizen Web IDE"/>
7
8     <title>Device Orientation - Device Image Rotation</title>
9
10     <link rel="stylesheet" type="text/css" href="css/style.css"/>
11     <script src="js/main.js"></script>
12 </head>
13
14 <body>
15     <h1>Device image rotation</h1>
16     <div class="holder">
17        <img id="logo" src="images/tizen_logo_light.png" alt="Tizen logo">
18     </div>
19
20     <p id="alpha"></p>
21     <p id="beta"></p>
22     <p id="gamma"></p>
23 </body>
24 </html>