aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/ping.html
blob: 82050770383b848e7b75360d4a72a038c8fe8b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
  <body>
    <style>
.switchname {
	position: absolute;
	font-family: sans-serif;
	font-size: small;
	white-space: nowrap;
}
.rot {
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 0% 0%;
	transform: rotate(-90deg);
	transform-origin: 0% 0%;
	bottom: -14px;
}
</style>
    <p id="playground">
      <svg id="lines" width="1280" height="736" style="position: absolute; top: 0; left: 0; z-index: 1">
      </svg>
      <img src="tg14-salkart.png" alt="" id="map" />
    </p>
    <script type="text/javascript" src="ping.js"></script>
  </body>
</html>