diff options
Diffstat (limited to 'web/stats.gathering.org')
-rw-r--r-- | web/stats.gathering.org/hover.gif | bin | 62 -> 0 bytes | |||
-rw-r--r-- | web/stats.gathering.org/index.css | 54 | ||||
-rw-r--r-- | web/stats.gathering.org/index.html | 41 |
3 files changed, 0 insertions, 95 deletions
diff --git a/web/stats.gathering.org/hover.gif b/web/stats.gathering.org/hover.gif Binary files differdeleted file mode 100644 index 89f6055..0000000 --- a/web/stats.gathering.org/hover.gif +++ /dev/null diff --git a/web/stats.gathering.org/index.css b/web/stats.gathering.org/index.css deleted file mode 100644 index 6fde447..0000000 --- a/web/stats.gathering.org/index.css +++ /dev/null @@ -1,54 +0,0 @@ -body { - background: #4A525A; - background-attachment: fixed; -} - -h1{ - text-align: center; - color: #ccc; - text-decoration: none; - font-weight:normal; -} - -h2{ - text-align: center; - color: #ccc; - text-decoration: none; - font-weight:normal; -} - -p{ - text-align: center; - color: #ccc; - text-decoration: none; - font-weight:normal; -} - -#menu { - background: #333; - list-style: none; - margin: 0; - padding: 0; - width: 20em; - margin-left: auto; margin-right: auto; -} -#menu li { - font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; - margin: 0; - padding: 0; -} -#menu a { - background: #333; - border-bottom: 1px solid #393939; - color: #ccc; - display: block; - margin: 0; - padding: 8px 12px; - text-decoration: none; - font-weight:normal; -} -#menu a:hover { - background: #2580a2 left center no-repeat; - color: #fff; - padding-bottom: 8px; -} diff --git a/web/stats.gathering.org/index.html b/web/stats.gathering.org/index.html deleted file mode 100644 index 9455945..0000000 --- a/web/stats.gathering.org/index.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -<head> -<title>stats.tg16.gathering..org</title> -<style type="text/css"> - @import url(index.css); -</style> -</head> -<body> - -<h1>stats.tg16.gathering.org</h1> - -<br /> -<ul id="menu"> - <li><a href="https://nms-public.tg16.gathering.org/">Public NMS</a></li> - <li><a href="https://github.com/tech-server/tgmanage/blob/master/web/nms.gathering.org/api/API.rst">Public NMS API documentation</a></li> - <li><a href="https://nms-public.tg16.gathering.org/api/public/ping/">NMS API: ping</a></li> - <li><a href="https://nms-public.tg16.gathering.org/api/public/switches/">NMS API: switches</a></li> - <li><a href="https://nms-public.tg16.gathering.org/api/public/switch-state/">NMS API: switch-state</a></li> - <li><a href="https://nms-public.tg16.gathering.org/api/public/dhcp/">NMS API: dhcp</a></li> - <li><a href="https://nms-public.tg16.gathering.org/api/public/dhcp-summary/">NMS API: dhcp-summary</a></li> -</ul> - -<br /> -<br /> -<br /> -<br /> - -<h2>third-party stats (using NMS API)</h1> -<br /> -<ul id="menu"> - <li><a href="http://tg16.sorlanet.net/TG16.html">Weathermap</a></li> - <li><a href="http://live.tg16.sorlanet.net">Live network stats</a></li> - <li><a href="http://monitor.tg16.sorlanet.net">Switch Graphs</a></li> -</ul> - -<br /> - - -</body> -</html> |