-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
39 lines (35 loc) · 1.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="https://38.media.tumblr.com/avatar_fa1372ef2579_128.png">
<title>Speed Tester</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="container">
<h1 class="page-header">Basic Speed Tester</h1>
<div id="to-hide-data">
An accurate and basic speed tester<br>Without having to host a SpeedOfMe speed test on your server, you are now able to run a SpeedOf.Me speed test right from your website. It is a JavaScript speed test API
<br>
<button class="btn btn-warning" onclick="btnStartClick()">Begin Test</button>
<div class="clear-fix"></div>
</div>
<br>
<div id="msg" class="col-md-8 col-md-offset-2 text-center"></div>
</div>
<footer>
Made by <a href="https://github.com/o-d-i-n" target="_blank">Open Development Initiative - NSIT</a> using <a href="http://speedof.me/api.html" target="_blank">Speedof.me API</a>
</footer>
<a href="https://github.com/o-d-i-n/speed-tester" target="_blank"><img src="img/right-dusk-blue%402x.png" class="github-fork"></a>
<script src="http://speedof.me/api/api.js" type="text/javascript"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>