aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/temp.html
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2015-04-16 21:10:37 +0200
committerJoachim Tingvold <joachim@tingvold.com>2015-04-16 21:10:37 +0200
commit7147d88f6e3c15a2cce29fc39484280964ac81bc (patch)
treecaefcba543049bb263335601b47116e52d685434 /web/nms.gathering.org/temp.html
parentcf10d6ed33446032a86c9d58b964c5fbda121550 (diff)
parent7337ac7e744e978ae93a9cd28a08fea728627287 (diff)
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/temp.html')
-rw-r--r--web/nms.gathering.org/temp.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/web/nms.gathering.org/temp.html b/web/nms.gathering.org/temp.html
deleted file mode 100644
index 1c3c3e0..0000000
--- a/web/nms.gathering.org/temp.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <title>Ping? Pong!</title>
- </head>
- <body>
- <link rel="stylesheet" href="/ping.css">
- <p id="playground">
- <svg id="lines" width="1920" height="1032" style="position: absolute; top: 0; left: 0; z-index: 1">
- </svg>
- <img src="tg15-salkart.png" alt="" id="map" />
- </p>
- <script>
- // These are used by ping.js, below.
- var switches_url = "/switches-json.pl";
- var ping_url = "/ping-json.pl";
- var draw_linknets = true;
- var can_edit = false;
- </script>
- <script type="text/javascript" src="ping.js"></script>
- </body>
-</html>