-**No client-side software or plugin is required. You can run a network speed test from any device with a [Web Browser that is IE10 or new.](https://www.youtube.com/watch?v=9f-OM_WQ7Bw&list=PLt-deStxFJOMEAs2O1lJhscMNzcg9E3Po&index=1)**
+**No client-side software or plugin is required. You can run a network speed test from any device with a web browser that is IE10 or new.**
-## Why OpenSpeedTest
+## Why **[OpenSpeedTest](https://openspeedtest.com)**?
@@ -18,7 +19,7 @@ SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performanc
-OpenSpeedTest contains Only `STATIC` Files like `HTML`,`CSS` & `JS`.
+OpenSpeedTest contains Only "STATIC" Files like HTML,CSS & JS.
So you don't need to worry about Security Updates or Hidden Exploits that may compromise your secure environments.
@@ -28,7 +29,7 @@ So you don't need to worry about Security Updates or Hidden Exploits that may co
-OpenSpeedTest is written in Vanilla JavaScript. No Third-Party frameworks or libraries were used. SpeedTest script file size is under 8kB gzip. The unexpected side effect of using Vanilla JavaScript is High Performance.
+OpenSpeedTest is written in Pure JavaScript. No Third-Party frameworks or libraries were used. SpeedTest script file size is under 8kB gzip. The unexpected side effect of using Pure JavaScript is High Performance.
@@ -52,23 +53,19 @@ OpenSpeedTest User interface is written in SVG.
### Server Requirements :
-`Nginx`, `Apache`, `IIS`, `Express`, or Any Web server that supports `HTTP/1.1` or new.
-
-- Accept, `GET`, `POST`, `HEAD` & `OPTIONS`, Response `200 OK`.
+Nginx, Apache, IIS, Express, or Any Web server that supports HTTP/1.1.
-- Accept, `POST` to Static Files, Response `200 OK`.
+- Accept, GET, POST, HEAD & OPTIONS, Response 200 OK.
-- `client_max_body_size`, 35 Megabytes or more.
+- Accept, POST to Static Files, Response 200 OK.
-- Timeout greater than `60 seconds`.
+- Timeout greater than 60 seconds.
-- Disable `Access logs` for Increasing server performance.
+- Disable Access logs for Increasing server performance.
-- Improve `Time to First Byte` (TTFB)
+- Improve Time to First Byte (TTFB)
-- Warning! If you run it behind a **[Reverse Proxy](https://github.com/openspeedtest/Speed-Test/issues/4#issuecomment-1229157193)**, you should increase the `post-body content length` to 35 megabytes.
-- Supports `HTTP2` & `HTTP3`. Wait for POST-BODY and Discard the DATA for UPLOAD.
-- **[You Should Follow our Nginx Config.](https://github.com/openspeedtest/Nginx-Configuration)**
+- **[Follow our Nginx Config. ](https://github.com/openspeedtest/Nginx-Configuration)**
@@ -88,72 +85,73 @@ OpenSpeedTest-Server is available for Windows, Mac, Linux, Android, iOS & Docke
-To enable the stress test. Pass `Stress` or `S` keyword as a URL parameter.
+To enable stress pass 'Stress' or 'S' keyword as a URL parameter.
````
-http://192.168.1.5?Stress=Low
+http://192.168.1.5?stress=low
````
-After the `STRESS` or `S` keyword, you can specify the number of seconds you need to run the StressTest in seconds, or preset values such as `Low`, `Medium`, `High`, `VeryHigh`, `Extreme`, `Day`, and `Year`. Will run a speed test for `300`,`600`,`900`,`1800`,`3600`,`86400`,`31557600` seconds, respectively. Also, you can feed the first letter of each parameter and its values.
+After stress keyword you should give a value, number of seconds or preset values such as "low", "medium" ,"high" ,"veryhigh" ,"extreme", "day", "year". Will run a speed test for 300,600,900,1800,3600,86400,31557600 seconds respectively. Also you can feed the first letter of each parameter and its values.
+
````
-http://192.168.1.5?S=L
+http://192.168.1.5?s=l
````
-`S=L` is the same as passing `Stress=low`
+s=l is same as passing Stress=low
-Or you can specify the number of seconds eg:`5000` directly without any preset keywords.
+Or you can specify eg:5000 directly without any preset keywords.
````
-http://192.168.1.5?Stress=5000
+http://192.168.1.5?stress=5000
````
-2. Run a speed test automatically
+2. Start a Speedtest Automatically.
-Run a speed test automatically on page load.
+Starts a speed test automatically.
````
-http://192.168.1.5?Run
+http://192.168.1.5?run
````
-Run a speed test automatically after a few seconds.
+Start a speed test automatically after few seconds.
````
-http://192.168.1.5?Run=10 or http://192.168.1.5?R=10
+http://192.168.1.5?run=10 or http://192.168.1.5?r=10
````
-You can pass multiple keywords, and it's not `Case-Sensitive`.
+You can pass multiple keywords and it's not casesensitive.
````
-http://192.168.1.5?Run&Stress=300 OR http://192.168.1.5?R&S=300
+http://192.168.1.5?run&stress=300 OR http://192.168.1.5?R&S=300
````
-This will start a speed test immediately and run for `300 seconds` in each direction. That is 300 seconds for download and `300 seconds` for upload.
+This will start a speed test immediately and run for 300 seconds in each direction. That is 300 seconds for download and 300 seconds for upload.
@@ -161,7 +159,7 @@ This will start a speed test immediately and run for `300 seconds` in each direc
-Edit `Index.html`
+Edit Index.html
````
@@ -171,11 +169,11 @@ var saveDataURL = "//yourDatabase.Server.com:4500/save?data=";
````
-4. Add multiple servers. The app will choose one with the least latency automatically.
+4. Add multiple servers (Choose one with least latency automatically)
-Edit `Index.html`
+Edit Index.html
````
@@ -203,13 +201,13 @@ http://192.168.1.5?clean
Overhead Compensation factor, This is browser based test, Many Unknowns. Currently 4%. That is within the margin of error.
-You can pass `Clean` or `C` as a URL Parameter and reset Overhead Compensation factor to Zero or set any value between 0 and 4. 1 = 1% to 4 = 4%.
+You can pass "Clean" or "C" as a URL Parameter and reset Overhead Compensation factor to Zero or set any value between 0 and 4. 1 = 1% to 4 = 4%.
-`Clean` will not accept values above 4, so Compensation is limited to maximum 4%.
+"clean" will not accept values above 4, so Compensation is limited to maximum 4%.
-6. Change the default limit of 6 parallel HTTP connections to the Server.
+6. Change default limit of 6 parallel http connections to Server
@@ -219,13 +217,13 @@ http://192.168.1.5?XHR=3 OR http://192.168.1.5?X=3
````
-Allow the user to Change the default limit of 6 parallel HTTP connections to the Server. `XHR` will Accept values above 1 and max 32
+Allow user to Change default limit of 6 parallel http connections to Server | Accept values above 1 and max 32
-pass `XHR` or `X` as a URL Parameter.
+pass "XHR" or "X" as a URL Parameter.
-7. Select a different server to run a speed test.
+7. Select different server to run a speed test
@@ -235,29 +233,29 @@ http://192.168.1.5?Host=http://192.168.55.1:90 OR http://192.168.1.5?h=http://19
````
-Pass `Host` or `H` as a URL Parameter.
+Pass "Host" or "H" as a URL Parameter.
-`HOST` will Accept only valid HTTP URLs like `http://192.168.1.10:3000` or `https://yourHost.com`.
+Accept only valid http urls like "http://192.168.1.10:3000" or "https://yourHost.com".
-8. Select and run one test at a time, `DOWNLOAD`, `UPLOAD`, or `PING`.
+8. Select and run one test at a time, download, upload or ping.
````
-http://192.168.1.5?Test=Upload OR http://192.168.1.5?T=U
+http://192.168.1.5?Test=upload OR http://192.168.1.5?t=u
````
-`TEST` Allow the user to select and run one test at a time, Download, Upload, or Ping.
+Allow user to select and run one test at a time, download, upload or ping
-Pass `Test` or `T` as a URL Parameter.
+Pass "Test" or "T" as a URL Parameter.
-9. Set a PingTimeout dynamically by passing `Out` or `O` as a URL Parameter
+9. Set a PingTimeout dynamically by passing "Out" or "o" as a URL Parameter
@@ -269,23 +267,23 @@ http://192.168.1.5?Out=7000 OR http://192.168.1.5?O=7000
If Server not responded within 5 Seconds for any requests we send ('pingSamples' times)
-We will show `Network Error`, You can change the limit here.
+We will show Network Error, you can change the limit here.
-In milliseconds, if you need to set `6 seconds`. Change the value to `6000`.
+In milliseconds, if you need to set 6 seconds. Change value to 6000.
-10. Set the Number of ping samples by adding `Ping` or `P` as a URL Parameter
+10. Set the Number of ping samples by adding "Ping" or "P" as a URL Parameter
````
-http://192.168.1.5?Ping=500 OR http://192.168.1.5?P=500
+http://192.168.1.5?Ping=500 OR http://192.168.1.5?p=500
````
-More samples = more accurate representation. `Ping = 500` will send `501` requests to server to find the accurate ping value.
+More samples = more accurate representation. Ping = 500 will send 501 requests to server to find the accurate ping value.
Take a look at index.html, you can set a custom ping sample size, threads, upload data size etc.
## Self-hosted (On-Premise) / (Docker Image/Source Code)
@@ -293,8 +291,6 @@ Take a look at index.html, you can set a custom ping sample size, threads, uploa
You have two options here. If you need a custom deployment, use our source code along with a web server of your choice. I prefer Nginx, and you can find my [Nginx Configuration](https://github.com/openspeedtest/Nginx-Configuration) here. Or you can use our docker image. You can deploy it on your LAN/WAN with or without an active internet connection.
**This is docker implementation using nginxinc/nginx-unprivileged:stable-alpine. uses significantly fewer resources.**
-
-- NGINX Docker image that runs NGINX as a non root, unprivileged user.
### Docker install instructions:
@@ -305,32 +301,16 @@ You have two options here. If you need a custom deployment, use our source code
sudo docker run --restart=unless-stopped --name openspeedtest -d -p 3000:3000 -p 3001:3001 openspeedtest/latest
````
-#### Or use docker-compose.yml
-````
-version: '3.3'
-services:
- speedtest:
- restart: unless-stopped
- container_name: openspeedtest
- ports:
- - '3000:3000'
- - '3001:3001'
- image: openspeedtest/latest
-````
-- Warning! If you run it behind a **[Reverse Proxy](https://github.com/openspeedtest/Speed-Test/issues/4#issuecomment-1229157193)**, you should increase the `post-body content length` to 35 megabytes.
-
-- **[Follow our Nginx Config.](https://github.com/openspeedtest/Nginx-Configuration)**
-
Now open your browser and direct it to:
-A: For **HTTP** use: `http://YOUR-SERVER-IP:3000`
+A: For **HTTP** use: [http://YOUR-SERVER-IP:3000](http://your-nas-ip:3000/)
-B: For **HTTPS** use: `https://YOUR-SERVER-IP:3001`
+B: For **HTTPS** use: [https://YOUR-SERVER-IP:3001](https://your-nas-ip:3001/)
#### Container-Port for http is 3000
-If you need to run this image on a different port for `HTTP`, Eg: change to `80` = `-p 80:3000`
+If you need to run this image on a different port for http, Eg: change to 5000 = -p 5000:3000
#### Container-Port for https is 3001
-If you need to run this image on a different port for `HTTPS`, Eg: change to `443` = `-p 443:3001`
+If you need to run this image on a different port for https, Eg: change to 6000 = -p 6000:3001
### How to use your own SSL Certificate?
@@ -360,6 +340,8 @@ sudo docker run -v /Users/vishnu/Desktop/docker/:/etc/ssl/ --restart=unless-stop
````
+
+
Docker images run better on Linux Platforms, including your NAS. But if you install docker on macOS or Windows, you may see poor performance. I asked this on Docker forums, and they told me macOS and Windows support is for Development purposes only. For Production, you need to use any Linux Platform.
The same Story goes for Windows NGINX. Nginx uses only one worker even if you specify n number of worker processes. They will show in Task Manager, but the system will only use one. I got this information directly from the Nginx website.
@@ -406,16 +388,31 @@ Many useful browser extensions are out there that we all know and love. But some
-**No client-side software or plugin is required. You can run a network speed test from any device with a [Web Browser that is IE10 or new.](https://www.youtube.com/watch?v=9f-OM_WQ7Bw&list=PLt-deStxFJOMEAs2O1lJhscMNzcg9E3Po&index=1)**
+**No client-side software or plugin is required. You can run a network speed test from any device with a web browser that is IE10 or new.**
+
+
+©Copyright 2013-2022 by OpenSpeedTest.com. All Rights Reserved.
+
+
+
+**Share — copy and redistribute the material in any medium or format for any purpose, even commercially.**
+
+
+
+Read full license terms @ http://go.openspeedtest.com/License
-- Like this Project? Please **Donate NOW & Keep us Alive** -> https://go.openspeedtest.com/Donate
+
+
+Like this Project? Please **Donate NOW & Keep us Alive** -> https://go.openspeedtest.com/Donate
+
+
-MIT License
+**Official Website :** https://OpenSpeedTest.COM | **Email**: support@openspeedtest.com
-Copyright (c) 2013 - 2023 OpenSpeedTest™
+
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+**Developed by : Vishnu** | https://Vishnu.Pro | **Email** : me@vishnu.pro
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+If you have any Questions, ideas or Comments Please Send it via -> https://go.openspeedtest.com/SendMessage
diff --git a/assets/css/app.css b/assets/css/app.css
deleted file mode 100644
index 39fa939..0000000
--- a/assets/css/app.css
+++ /dev/null
@@ -1,382 +0,0 @@
-/* roboto-regular - latin */
-@font-face {
- font-family: "Roboto";
- font-style: normal;
- font-weight: 400;
- font-display: swap;
- src: url("..fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
- src: local(""),
- url("../fonts/roboto-v30-latin-regular.eot?#iefix")
- format("embedded-opentype"),
- /* IE6-IE8 */ url("../fonts/roboto-v30-latin-regular.woff2")
- format("woff2"),
- /* Super Modern Browsers */
- url("../fonts/roboto-v30-latin-regular.woff") format("woff"),
- /* Modern Browsers */ url("../fonts/roboto-v30-latin-regular.ttf")
- format("truetype"),
- /* Safari, Android, iOS */
- url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
-}
-/* roboto-500 - latin */
-@font-face {
- font-family: "Roboto";
- font-style: normal;
- font-weight: 500;
- font-display: swap;
- src: url("assets/fonts/roboto-v30-latin-500.eot"); /* IE9 Compat Modes */
- src: local(""),
- url("assets/fonts/roboto-v30-latin-500.eot?#iefix")
- format("embedded-opentype"),
- /* IE6-IE8 */ url("../fonts/roboto-v30-latin-500.woff2")
- format("woff2"),
- /* Super Modern Browsers */ url("../fonts/roboto-v30-latin-500.woff")
- format("woff"),
- /* Modern Browsers */ url("../fonts/roboto-v30-latin-500.ttf")
- format("truetype"),
- /* Safari, Android, iOS */
- url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
-}
-
-body {
- margin: 0px;
- padding: 0px;
- display: block;
-}
-
-::-webkit-scrollbar {
- display: none;
-}
-html {
- -ms-overflow-style: none;
- scrollbar-width: none;
-}
-
-.Credits {
-color: rgb(125 119 119);
-text-align: center;
-font-size:14px;
-font-family: Roboto-Medium, Roboto;
-font-weight: 500;
-}
-.Credits a {
- text-decoration: none;
- color: rgb(113, 113, 113);
-}
-.Credits a:hover {
-color: #14b0fe;
-}
-
-.ConnectError {
- display: none;
-
-}
-
-.openSpeedtestApp {
-
- height: 100vh;
- width: 100vw;
- display: none;
- overflow: hidden;
-}
-.main-Gaugebg {
- fill: none;
- stroke: rgb(231, 231, 232);
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-width: 22px;
- stroke-dasharray: 681;
-}
-.main-GaugeBlue {
- fill: none;
- stroke: url(#gradient);
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-width: 22px;
- stroke-dasharray: 681;
- stroke-opacity: 0;
-}
-.main-GaugeWhite {
- fill: none;
- stroke: rgb(255, 255, 255);
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-width: 15px;
- stroke-dasharray: 0, 681;
- stroke-dashoffset: 1;
- stroke-opacity: 0;
-}
-.oDo-Meter {
- font-size: 16.633283615112305px;
- fill: gray;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
-}
-.oDoLive-Speed {
- font-size: 28px;
- fill: #201e1e;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
-}
-
-.oDoLive-Status {
- font-size: 10px;
- fill: #d2d1d2;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
-}
-.uiBg {
- fill: #d2d1d2;
-}
-.progressbg {
- stroke: rgb(231, 231, 232);
- stroke-width: 8px;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-dasharray: 400;
- stroke-dashoffset: 0;
-}
-.Cards {
- fill: #f2f2f2;
-}
-.Symbol {
- fill: url(#gradient);
-}
-.rtext {
- font-size: 12px;
- fill: #333;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
-}
-.rtextnum {
- font-size: 23px;
- fill: #201e1e;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
-}
-.rtextmbms {
- font-size: 12px;
- fill: #5f5f5f;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
-}
-.jitter-Mob {
- font-size: 9px;
- fill: #5f5f5f;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
-}
-.startButton {
- fill: url(#RadialGradient1);
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-tap-highlight-color: transparent;
- cursor: pointer;
- pointer-events: visible;
-}
-.buttonTxt {
- font-size: 40px;
- fill: #ffffff;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
-}
-
-.intro-Progress {
- stroke: #56c4fb;
- stroke-width: 8px;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-dasharray: 400;
- stroke-dashoffset: 0;
-}
-.progressElmstart {
- stroke: #56c4fb;
- stroke-width: 8px;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-dasharray: 400;
- stroke-dashoffset: 0;
- display: block;
-}
-.Startsettings {
- fill: url(#RadialGradient1);
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-tap-highlight-color: transparent;
- cursor: pointer;
- pointer-events: visible;
- opacity: 0.1;
- transition: opacity 1s ease-in-out;
-}
-.Startsettings:hover {
- opacity: 1;
-}
-
-.progressbg {
- stroke: rgb(231, 231, 232);
- stroke-width: 8px;
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-dasharray: 400;
- stroke-dashoffset: 0;
-}
-.deskStart {
- fill: none;
- stroke: rgb(231, 231, 232);
- stroke-linecap: round;
- stroke-linejoin: round;
- stroke-width: 22px;
- stroke-dasharray: 681;
- stroke: url(#gradient);
-}
-#UI-Desk {
- display: none;
-}
-#UI-Mob {
- display: none;
-}
-.oDoTop-Speed {
- font-size: 16.96px;
- fill: gray;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: end;
-}
-#upSymbolDesk {
- fill: #14b0fe;
- display: none;
-}
-#downSymbolDesk {
- fill: #14b0fe;
- display: none;
-}
-#upSymbolMob {
- fill: #14b0fe;
- display: none;
-}
-#downSymbolMob {
- fill: #14b0fe;
- display: none;
-}
-
-#ipMob {
- font-size: 15px;
- fill: #201e1e;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
- display: none;
-}
-#ipDesk {
- font-size: 15px;
- fill: #201e1e;
- font-family: Roboto-Medium, Roboto;
- font-weight: 500;
- text-anchor: middle;
- display: none;
-}
-
-.spinner {
- position: absolute;
- z-index: 999;
- top: 50vh;
- left: 50vw;
- text-align: center;
-}
-
-.spinner > div {
- width: 20px;
- height: 20px;
- background-color: #2196f3;
-
- border-radius: 100%;
- display: inline-block;
- -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
- animation: sk-bouncedelay 1.4s infinite ease-in-out both;
-}
-
-.spinner .bounce1 {
- -webkit-animation-delay: -0.32s;
- animation-delay: -0.32s;
-}
-
-.spinner .bounce2 {
- -webkit-animation-delay: -0.16s;
- animation-delay: -0.16s;
-}
-
-@-webkit-keyframes sk-bouncedelay {
- 0%,
- 80%,
- 100% {
- -webkit-transform: scale(0);
- }
- 40% {
- -webkit-transform: scale(1);
- }
-}
-
-@keyframes sk-bouncedelay {
- 0%,
- 80%,
- 100% {
- -webkit-transform: scale(0);
- transform: scale(0);
- }
- 40% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
-}
-
-.darkmode {
- margin-bottom: -15px;
- fill: #75757a99;
- padding-top: 16px;
- display: none;
- cursor: pointer;
- margin-right: 30px;
-}
-#daymode {
- margin-right: 40px;
-}
-.darkmode:hover {
- fill: #000000;
-}
-
-.Mobile,
-.Desktop {
- visibility: hidden;
- width: 100vw;
- height: 100vh;
-}
-
-@media only screen and (orientation: landscape) {
- .Mobile {
- visibility: hidden;
- }
- .Desktop {
- visibility: visible;
- }
-}
-
-@media only screen and (orientation: portrait) {
- .spinner {
- top: 42vh;
- left: 42vw;
- }
- .Mobile {
- visibility: visible;
- }
- .Desktop {
- visibility: hidden;
- }
-}
-@media only screen and (max-width: 300px) {
- .Credits{
- display: none;
- }
-}
diff --git a/assets/fonts/roboto-v30-latin-500.svg b/assets/fonts/roboto-v30-latin-500.svg
index 67eecf4..cc860bd 100644
--- a/assets/fonts/roboto-v30-latin-500.svg
+++ b/assets/fonts/roboto-v30-latin-500.svg
@@ -1,305 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/assets/fonts/roboto-v30-latin-regular.svg b/assets/fonts/roboto-v30-latin-regular.svg
index 627f5a3..a04a144 100644
--- a/assets/fonts/roboto-v30-latin-regular.svg
+++ b/assets/fonts/roboto-v30-latin-regular.svg
@@ -1,308 +1 @@
-
-
-
+
\ No newline at end of file
diff --git a/assets/images/app.svg b/assets/images/app.svg
index 01441ac..00b3bd2 100644
--- a/assets/images/app.svg
+++ b/assets/images/app.svg
@@ -1,459 +1 @@
-
\ No newline at end of file
+© Copyright 2013-2023 OpenSpeedTest™ All Rights Reserved.
-