diff options
Diffstat (limited to 'web/stats.gathering.org/weathermap.html')
-rw-r--r-- | web/stats.gathering.org/weathermap.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/web/stats.gathering.org/weathermap.html b/web/stats.gathering.org/weathermap.html new file mode 100644 index 0000000..1a394d2 --- /dev/null +++ b/web/stats.gathering.org/weathermap.html @@ -0,0 +1,25 @@ +<!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>Network weathermap</title> + <link rel="stylesheet" type="text/css" href="http://151.216.253.14:8000/en-US/static/@204106/css/bootstrap.min.css" /> + <link rel="stylesheet" type="text/css" media="all" href="http://151.216.253.14:8000/en-US/static/@204106/css/pages/dashboard-simple-bootstrap.min.css" /> + <link rel="stylesheet" type="text/css" media="all" href="http://151.216.253.14:8000/en-US/static/@204106/app/search/dashboard.css" /> + <style> +body{background:#ffffff;} + </style> +</head> +<body class="simplexml"> + <div class="dashboard-header clearfix"> + <div style="text-align: center;"> + <div style="position: relative; left: 0; top: 0;"> + <br \><br \><br \><br \><br \><br \><br \><br \><br \><br \> + <h1 style="z-index:10; position:relative;">Network weathermap</h1> + <img src="http://nms-public.tg14.gathering.org/weathermap/weathermap.png" border="0" style="z-index:4; position: relative; top: 0; left: 0; margin-top: -80px;"/> + <img src="http://151.216.253.14/tg14_logo_rgb_normal.png" style="z-index:5; position: absolute; top: 50px; left: 50%; width: 546px; margin-left: -273px; margin-top: -50px;"/> + </div> + </div> + </div> +</body> +</html> |