diff options
| author | Britney Fransen <brfransen@gmail.com> | 2013-10-16 20:41:16 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2013-10-16 20:41:16 (GMT) |
| commit | 4fb36a904c3818185105d2fe09adc512c46285c7 (patch) | |
| tree | 56c1deb162824e4695133a955a6022e90282dd79 /abs/core/supplemental-web/contents/home.shtml | |
| parent | 2648e999d277eac5c3d331a3609bcc73fafbea71 (diff) | |
| parent | 36f4b0be52fddbd5f491da90475e69c25bf6903f (diff) | |
| download | linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.zip linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.gz linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.bz2 | |
Merge branch 'testing'
Diffstat (limited to 'abs/core/supplemental-web/contents/home.shtml')
| -rw-r--r-- | abs/core/supplemental-web/contents/home.shtml | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/abs/core/supplemental-web/contents/home.shtml b/abs/core/supplemental-web/contents/home.shtml index 18d66e2..a2c817e 100644 --- a/abs/core/supplemental-web/contents/home.shtml +++ b/abs/core/supplemental-web/contents/home.shtml @@ -1,15 +1,17 @@ <html> -<head> -<style type="text/css">@import "frame.css";</style> -</head> - -<body> - <div id="mainContainer"> - <!--#exec cmd="/data/srv/httpd/htdocs/count.py" --> - </br> - <img src="/xymon/gifs/network.png" > - </br> </br> - <div id="footer"><p>Thank you for choosing LinHES</p></div> -</body> + <head> + <style type="text/css">@import "frame.css";</style> + </head> + <body> + <div id="mainContainer"> + <!--#exec cmd="/data/srv/httpd/htdocs/count.py" --> + </div> + <div id="netContainer"> + <img src="/xymon/gifs/network.png" class="center"> + </div> + <div id="footer"> + <p>Thank you for choosing LinHES</p> + </div> + </body> </html> |
