Many improvement

This commit is contained in:
2021-03-21 00:27:51 +01:00
parent 863aab71ed
commit 677accd35e
7 changed files with 70 additions and 27 deletions

View File

@@ -16,8 +16,6 @@
<?php include "../common/header.html"; ?>
<center>
<div class="cont">
<button id="startStopBtn" onclick="startStop()"></button>
@@ -55,7 +53,6 @@
<a href="https://github.com/librespeed/speedtest">Source code</a>
</div>
</center>
<script type="text/javascript">setTimeout(function(){initUI()},100);</script>
</body>
</html>

View File

@@ -67,8 +67,3 @@
display:block;
margin: 0 auto;
}
@media all and (max-width:40em){
body{
font-size:0.8em;
}
}