forked from weewx/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
showcase.html
59 lines (46 loc) · 1.61 KB
/
showcase.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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" dir="ltr">
<head>
<title>weeWX: Showcase</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1" />
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link href="weewx.css" rel="stylesheet" type="text/css" />
<script src="weewx.js" type="text/javascript"></script>
<style>
#content {
width: 98%;
}
</style>
</head>
<body onload="populate_header('showcase'); populate_showcase();">
<!-- Begin Container -->
<div id="container">
<div id="masthead">
<h1><a href='.'>weeWX</a></h1>
<p>Open source software for your weather station</p>
</div>
<div id="navigation"></div>
<!-- Begin Content -->
<div id="content">
<p>Here are some weather stations running weeWX.
For more examples, see the <a href="stations.html">map</a>.</p>
<div id='showcase'></div>
</div>
<div style='clear:both'> </div>
<div id="footer">
<p>Copyright © Tom Keffer, all rights reserved</p>
</div>
</div>
<!-- End Container -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11386156-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>