diff options
author | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:18:01 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-08-30 21:18:01 +0000 |
commit | 96e3074f9de2b0c7ba8b0b11edfa42ffd2803037 (patch) | |
tree | c7b5addc5b6f0b14fe028b54fae6384e1cd1f2a6 /html/index.html | |
parent | e228b6ac441b5a9ceff398d874ba7b4a118c819b (diff) |
Reorganize things, and build and install them properly
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/html/index.html b/html/index.html deleted file mode 100644 index f60e1b1..0000000 --- a/html/index.html +++ /dev/null @@ -1,36 +0,0 @@ -<html> - <head> - <script language="javascript"> - // Settings - var ENDPOINT = "/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> - - <table border="0" width="100%"> - <tr><td id="headers" width="60%"> - - <!-- The category area: A template of our header --> - <span class="header" id="header-template">Text</span> - - </td> - <td align="right" id="logo"> - - Network Statistics - - </td></tr> - </table> - - </td></tr> - <tr id="main-row"><td colspan="2" id="main-cell"> - <iframe id="main-frame" src="frame.html" - border="0" frameborder="0"></iframe> - </td></tr> - </table> - <script language="javascript" src="rrdui.js"></script> - </body> -</html> |