aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/ping.html
blob: c9441ba4dda01e610fb7623dc1d5e56d228ef8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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"><img src="tg14-salkart.png" alt="" id="map" /></p>
    <script type="text/javascript" src="ping.js"></script>
  </body>
</html>