forked from M-Labs/ionpak-thermostat
clean up index.html
This commit is contained in:
parent
3059720430
commit
98256a0239
|
@ -5,15 +5,14 @@
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Sidebar -->
|
|
||||||
<div class="w3-sidebar w3-light-grey w3-bar-block" style="width:15%">
|
<div class="w3-sidebar w3-light-grey w3-bar-block" style="width:15%">
|
||||||
<h3 class="w3-bar-item"><img src="logo.svg"></h3>
|
<h3 class="w3-bar-item"><img src="logo.svg"></h3>
|
||||||
<a href="/" class="w3-bar-item w3-button">Measure</a>
|
<a href="/" class="w3-bar-item w3-button">Measure</a>
|
||||||
<a href="/gauge_settings.html" class="w3-bar-item w3-button">Gauge settings</a>
|
<a href="/gauge_settings.html" class="w3-bar-item w3-button">Gauge settings</a>
|
||||||
<a href="/network_settings.html" class="w3-bar-item w3-button">Network settings</a>
|
<a href="/network_settings.html" class="w3-bar-item w3-button">Network settings</a>
|
||||||
|
<a href="/firmware.html" class="w3-bar-item w3-button">Firmware</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Page Content --->
|
|
||||||
<div style="margin-left:15%">
|
<div style="margin-left:15%">
|
||||||
|
|
||||||
<div class="w3-container w3-teal">
|
<div class="w3-container w3-teal">
|
||||||
|
@ -55,8 +54,3 @@ document.write(time);
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
Loading…
Reference in New Issue