]> jfr.im git - z_archive/KronOS.git/blob - dime/frontend/index.html
Simple 'desktop', menu, etc.
[z_archive/KronOS.git] / dime / frontend / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>Mustis WebOS</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" href="style.css" />
7 <link rel="stylesheet" href="jquery-ui.css" />
8 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
9 <script src="jquery-ui.js"></script>
10 <script src="webos.js"></script>
11 <script>
12 $(document).ready(function () {
13 poster('display.php?app=core&part=login', {});
14 });
15 </script>
16 </head>
17 <body>
18 <div id="error" class="message error">
19 <!-- populated by JS -->
20 <small><em>click to close</em></small>
21 </div>
22
23 <div id="body">
24 <!-- populated by JS -->
25 </div>
26 </body>
27 </html>