rename index.php to index.html
This commit is contained in:
14
index.html
Normal file
14
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user