[title] disabling contextmenu popup and user-select
[samples/web/OfflineClockImage.git] / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta charset="utf-8" />
5     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
6     <meta name="description" content="SIMPLE CLOCK AND IMAGE CHECK IN OFFLINE - ApplicationCaches Tutorial"/>
7
8     <title>SIMPLE CLOCK AND IMAGE CHECK IN OFFLINE - ApplicationCaches Tutorial</title>
9
10     <link rel="stylesheet" type="text/css" href="css/style.css"/>
11     <script src="js/clock.js"></script>
12 </head>
13
14 <body>
15     <h1>Offline clock and image</h1>
16     <p><strong>WHILE OFFLINE PLEASE RELOAD THIS PAGE</strong></p>
17     <p><output id="clock"></output></p>
18     <img id="tizenimg" src="images/tizen.png" alt="" />
19 </body>
20 </html>