forked from openspeedtest/Speed-Test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosted.html
39 lines (38 loc) · 939 Bytes
/
hosted.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>
<head>
<title>Speedtest by OpenSpeedtest.com</title>
</head>
<body>
<!--OST Widget code start-->
<div style="text-align: right">
<div style="min-height: 360px">
<div
style="
width: 100%;
height: 0;
padding-bottom: 50%;
position: relative;
"
>
<iframe
style="
border: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 360px;
border: none;
overflow: hidden !important;
"
src="//openspeedtest.com/ost-self-hosted.php"
></iframe>
</div>
</div>
SpeedTest by <a href="https://openspeedtest.com">OpenSpeedTest.com</a>
</div>
<!-- OST Widget code end -->
</body>
</html>