diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..43c79ed --- /dev/null +++ b/html/index.html @@ -0,0 +1,24 @@ +<html> + <head> + <script language="javascript"> + // Settings + endpoint = "http://shondo/rrduiback/"; + </script> + <title>Statistics Monitoring</title> + <link href="style.css" type="text/css" rel="stylesheet"/> + </head> + <body> + <table id="main-table" cellspacing="0" cellpadding="0"> + <tr id="top-row"><td id="headers"> + + <!-- The header area: A template of our header --> + <span class="header" id="header-template">Text</span> + + </td></tr> + <tr id="main-row"><td colspan="2" id="main-cell"> + <iframe id="main-frame"></iframe> + </td></tr> + </table> + <script language="javascript" src="rrdui.js"/> + </body> +</html> |