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">
|
||||
<body>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="w3-sidebar w3-light-grey w3-bar-block" style="width:15%">
|
||||
<h3 class="w3-bar-item"><img src="logo.svg"></h3>
|
||||
<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="/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>
|
||||
|
||||
<!-- Page Content --->
|
||||
<div style="margin-left:15%">
|
||||
|
||||
<div class="w3-container w3-teal">
|
||||
|
@ -55,8 +54,3 @@ document.write(time);
|
|||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue