Whitespace cleanup
[profile/ivi/sockdrawer.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset=utf-8 />
5     <title>Launcher</title>
6     <style>
7 .appEntry {
8   display: inline-block;
9   font-size: 12pt;
10   background-color: yellow;
11   border-style: solid;
12   border-width: 20px;
13   border-color: white;
14 }
15
16 .appIcon {
17     display: block;
18 }
19     </style>
20   </head>
21   <body>
22     <!-- Use temporary websocket based tizen.application implementation -->
23     <script type="text/javascript" src="Tizen.Device.js"></script>
24
25     <script type="text/javascript" src="homescreen.js"></script>
26     <div id="content"></div>
27   </body>
28 </html>