]> jfr.im git - z_archive/KronOS.git/blame - frontend/index.html
Fixed error box with multiple messages, slightly more styling.
[z_archive/KronOS.git] / frontend / index.html
CommitLineData
2d183941
JR
1<!DOCTYPE html>
2<html>
3<head>
4 <title>Mustis WebOS</title>
5 <link rel="stylesheet" href="style.css" type="text/css" />
6 <script src="jquery.js"></script>
7 <script src="webos.js"></script>
8 <script>
9$(document).ready(function () {
10 poster('display.php?app=core&part=logo', {}, function (resp) {
11 $("span#logo").html(resp.contents);
12 });
13 poster('display.php?app=core&part=login', {});
14});
15 </script>
16</head>
17<body>
18<div id="banner"><span id="logo"></span> WebOS - Powered by Mustis</div>
19
20<div id="error" class="message">
21<!-- populated by JS -->
8e9adb3f 22<p><small>click to close</small></p>
2d183941
JR
23</div>
24
25<div id="body">
26<!-- populated by JS -->
27</div>
28
29<div id="copyright">Copyright &copy;2012 Mustis.org. <a href="https://github.com/mustis/WebOsProject">On GitHub</a></div>
30</body>
31</html>