-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
56 lines (41 loc) · 1.91 KB
/
index.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
<html>
<head>
<title>Ian's OpenEnergyMonitor Information</title>
<link type="text/css" href="/openenergymonitor/css/style.css" rel="stylesheet" media="screen" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1594413-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="container">
<h1>Ian's OpenEnergyMonitor Information</h1>
<p>
Page created and maintained by: <a href="http://www.ichilton.co.uk" target="_blank">Ian Chilton</a> - please direct any suggestions or corrections to: ian [at] ichilton [dot] co [dot] uk.<br />
<br />
</p>
<h2>General</h2>
<ul>
<li><a href="http://openenergymonitor.org/" target="_blank">OpenEnergyMonitor</a></li>
</ul>
<h2>emonTx</h2>
<ul>
<li><a href="http://openenergymonitor.org/emon/emontx" target="_blank">Information</a></li>
<li><a href="http://solderpad.com/openenergymon/emontx/" target="_blank">Schematic etc on SolderPad</a></li>
<li><a href="/openenergymonitor/emontx/build_guide.html" target="_blank">Build Guide</a> (WORK IN PROGRESS)</li>
</ul>
<h2>emonGLCD</h2>
<ul>
<li><a href="http://openenergymonitor.org/emon/emonglcd" target="_blank">Information</a></li>
<li><a href="http://solderpad.com/openenergymon/emonglcd/" target="_blank">Schematic etc on SolderPad</a></li>
<li><a href="/openenergymonitor/emonglcd/build_guide.html" target="_blank">Build Guide</a> (WORK IN PROGRESS)</li>
</ul>
</div>
</body>
</html>