Replaced speedtest with speed test

This commit is contained in:
Federico Dossena
2023-08-28 22:12:08 +02:00
parent 5956e07a7a
commit 6a4a05d883
10 changed files with 52 additions and 52 deletions

View File

@@ -29,7 +29,7 @@
document.getElementById('ping').textContent = data.pingStatus + ' ms, ' + data.jitterStatus + ' ms jitter'
document.getElementById('ip').textContent = data.clientIp
}
s.start(); // start the speedtest with default settings
s.start(); // start the speed test with default settings
</script>
<a href="https://github.com/librespeed/speedtest">Source code</a>