Renamed to LibreSpeed

This commit is contained in:
dosse91
2019-09-25 08:23:53 +02:00
parent 19c19ac088
commit bd7ec37350
15 changed files with 44 additions and 44 deletions

View File

@ -2,12 +2,12 @@
<html>
<meta charset="UTF-8" />
<head>
<title>HTML5 Speedtest</title>
<title>LibreSpeed Example</title>
<link rel="shortcut icon" href="favicon.ico">
</head>
<script type="text/javascript" src="speedtest.js"></script>
<body>
<h1>HTML5 Speedtest</h1>
<h1>LibreSpeed Example</h1>
<h4>IP Address</h4>
<p id="ip"></p>
@ -32,7 +32,7 @@
s.start(); // start the speedtest with default settings
</script>
<a href="https://github.com/adolfintel/speedtest">Source code</a>
<a href="https://github.com/librespeed/speedtest">Source code</a>
</body>
</html>