rename index.php to index.html

This commit is contained in:
YehudaEi
2020-12-09 19:08:30 +02:00
parent bfafe7294e
commit e6ce2f7ffe

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<meta charset="UTF-8">
<title>Speedtest | beta</title>
<script src="service.js"></script>
</head>
<body>
<p>Ping: <span id="ping"></span></p>
<p>Download: <span id="down"></span></p>
<p>Upload: <span id="up"></span></p>
<p>Status: <span id="status"></span></p>
<button onclick="startTest()" id="button">Start Test</button>
</body>
</html>