-
Notifications
You must be signed in to change notification settings - Fork 227
/
hosted.html
25 lines (25 loc) · 923 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
<!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.0">
<title>Speedtest by OpenSpeedtest.com</title>
<style>
::-webkit-scrollbar {
display: none;
}
html {
-ms-overflow-style: none;
scrollbar-width: none;
}
body{margin: 0px;}
</style>
</head>
<body>
<iframe id="OST-iFrame" src="//openspeedtest.com/selfhosted" style="width: 100vw;height: 100vh;" frameborder="0" allowfullscreen></iframe>
<div style="text-align: center; color: rgb(125 119 119); font-size:14px; ">
<a href="https://openspeedtest.com?ref=Self-Hosted-Widget&Run" style="text-decoration:none; color: rgb(125 119 119);"">Speed Test</a> by OpenSpeedTest™
</div>
</body>
</html>