Update example-progressBar.html

This commit is contained in:
Divyesh 2018-02-17 20:10:49 +05:30 committed by GitHub
parent d9b551c5c8
commit 6b34e29c4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
<title>HTML5 Speedtest</title> <title>Azure UK SpeedTest</title>
<style type="text/css"> <style type="text/css">
html,body{ html,body{
border:none; padding:0; margin:0; border:none; padding:0; margin:0;
@ -177,7 +177,7 @@ function initUI(){
</script> </script>
</head> </head>
<body> <body>
<h1>HTML5 Speedtest</h1> <h1>Azure UK SpeedTest</h1>
<div id="startStopBtn" onclick="startStop()"></div> <div id="startStopBtn" onclick="startStop()"></div>
<div id="test"> <div id="test">
<div id="progressBar"><div id="progress"></div></div> <div id="progressBar"><div id="progress"></div></div>
@ -208,8 +208,9 @@ function initUI(){
<div id="ipArea"> <div id="ipArea">
IP Address: <span id="ip"></span> IP Address: <span id="ip"></span>
</div> </div>
<p>This calculator will test your backup speed from your device to the UK region of Microsoft's Azure.</p>
</div> </div>
<a href="https://github.com/adolfintel/speedtest">Source code</a>
<script type="text/javascript">initUI();</script> <script type="text/javascript">initUI();</script>
</body> </body>
</html> </html>