clean up index.html

pull/1/head
Sebastien Bourdeauducq 2017-08-07 16:49:47 +08:00
parent 3059720430
commit 98256a0239
1 changed files with 1 additions and 7 deletions

View File

@ -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>