diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-02 19:24:45 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-02 19:24:45 +0200 |
commit | 0d8bba263dc195147d6fdb09662e7926f0a58b3e (patch) | |
tree | 4c570b4376c323e585120e7695b8715be7aa8881 /web/nms-public.gathering.org | |
parent | e4354b47bd8891c5b1ee591fdf74b3ca67eee461 (diff) |
Bump lots of changes
Diffstat (limited to 'web/nms-public.gathering.org')
-rw-r--r-- | web/nms-public.gathering.org/index.html | 10 | ||||
-rw-r--r-- | web/nms-public.gathering.org/ping.html | 4 | ||||
l--------- | web/nms-public.gathering.org/tg15-salkart.png | 1 | ||||
-rw-r--r-- | web/nms-public.gathering.org/weathermap.html | 10 | ||||
-rw-r--r-- | web/nms-public.gathering.org/weathermap.png | bin | 0 -> 228202 bytes |
5 files changed, 18 insertions, 7 deletions
diff --git a/web/nms-public.gathering.org/index.html b/web/nms-public.gathering.org/index.html index 7e25f29..5ef9259 100644 --- a/web/nms-public.gathering.org/index.html +++ b/web/nms-public.gathering.org/index.html @@ -1,15 +1,15 @@ <html> <head> -<title>NMS Public - The Gathering 2014</title> +<title>NMS Public - The Gathering 2015</title> </head> <body> -<h1>NMS Public - The Gathering 2014</h1> - -<h2><a href="dhcp.html">DHCP-kart</a></h2> -<h2><a href="trafikk.html">Trafikk-kart</a></h2> +<h1>NMS Public - The Gathering 2015</h1> +<h2><a href="dhcpkart.html">DHCP-kart</a></h2> +<h2><a href="ping.html">Ping-kart</a></h2> +<h2><a href="weathermap.html">Weathermap</a></h2> </body> </html> diff --git a/web/nms-public.gathering.org/ping.html b/web/nms-public.gathering.org/ping.html index a5b72ab..69e2ff5 100644 --- a/web/nms-public.gathering.org/ping.html +++ b/web/nms-public.gathering.org/ping.html @@ -5,9 +5,9 @@ <body> <link rel="stylesheet" href="/ping.css"> <p id="playground"> - <svg id="lines" width="1280" height="736" style="position: absolute; top: 0; left: 0; z-index: 1"> + <svg id="lines" width="1920" height="1032" style="position: absolute; top: 0; left: 0; z-index: 1"> </svg> - <img src="tg14-salkart.png" alt="" id="map" /> + <img src="tg15-salkart.png" alt="" id="map" /> </p> <script> // These are used by ping.js, below. diff --git a/web/nms-public.gathering.org/tg15-salkart.png b/web/nms-public.gathering.org/tg15-salkart.png new file mode 120000 index 0000000..f2b408a --- /dev/null +++ b/web/nms-public.gathering.org/tg15-salkart.png @@ -0,0 +1 @@ +../nms.gathering.org/tg15-salkart.png
\ No newline at end of file diff --git a/web/nms-public.gathering.org/weathermap.html b/web/nms-public.gathering.org/weathermap.html new file mode 100644 index 0000000..85918c8 --- /dev/null +++ b/web/nms-public.gathering.org/weathermap.html @@ -0,0 +1,10 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="refresh" content="60" /> + <title>The Gathering 2015 - Weathermap</title> +</head> +<body> +<img src="weathermap.png" width="1920" height="1080"> +</body> +</html> diff --git a/web/nms-public.gathering.org/weathermap.png b/web/nms-public.gathering.org/weathermap.png Binary files differnew file mode 100644 index 0000000..3d68ce2 --- /dev/null +++ b/web/nms-public.gathering.org/weathermap.png |