|
|
@@ -6,7 +6,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
|
<meta name="description"
|
|
|
content="Free and Open Source Speedtest. Run it right now in your browser, or self-host on a PHP, Golang, Rust or Node server. License: LGPL." />
|
|
|
- <link rel="shortcut icon" href="images/favicon.svg" />
|
|
|
+ <link rel="shortcut icon" href="frontend/images/favicon.svg" />
|
|
|
<link rel="manifest" href="manifest.webmanifest" />
|
|
|
<link rel="apple-touch-icon" href="images/icon-192.png" />
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
@@ -15,14 +15,14 @@
|
|
|
// Set this to a different URL to load the server list from another location.
|
|
|
var SPEEDTEST_SERVERS = "server-list.json";
|
|
|
</script>
|
|
|
- <script type="text/javascript" src="javascript/index.js"></script>
|
|
|
- <link rel="stylesheet" type="text/css" href="styling/index.css" />
|
|
|
+ <script type="text/javascript" src="frontend/javascript/index.js"></script>
|
|
|
+ <link rel="stylesheet" type="text/css" href="frontend/styling/index.css" />
|
|
|
<title>LibreSpeed - Free and Open Source Speedtest</title>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<header>
|
|
|
- <img src="images/logo.svg" alt="LibreSpeed" />
|
|
|
+ <img src="frontend/images/logo.svg" alt="LibreSpeed" />
|
|
|
</header>
|
|
|
<main>
|
|
|
<h1>Free and Open Source Speedtest.</h1>
|
|
|
@@ -31,7 +31,7 @@
|
|
|
<div class="server-selector">
|
|
|
<div class="chosen">
|
|
|
<div class="chevron">
|
|
|
- <img src="images/chevron.svg" alt="select..." />
|
|
|
+ <img src="frontend/images/chevron.svg" alt="select..." />
|
|
|
</div>
|
|
|
<p>current server</p>
|
|
|
<h2 id="selected-server">searching nearest server...</h2>
|
|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
<dialog id="share">
|
|
|
<div class="close-dialog">
|
|
|
- <img src="images/close-button.svg" alt="Close" />
|
|
|
+ <img src="frontend/images/close-button.svg" alt="Close" />
|
|
|
</div>
|
|
|
<img id="results" src="" alt="Test results in graphical form" />
|
|
|
<button id="copy-link">Copy link</button>
|
|
|
@@ -92,7 +92,7 @@
|
|
|
|
|
|
<dialog id="privacy">
|
|
|
<div class="close-dialog">
|
|
|
- <img src="images/close-button.svg" alt="Close" />
|
|
|
+ <img src="frontend/images/close-button.svg" alt="Close" />
|
|
|
</div>
|
|
|
<section>
|
|
|
<h1>Privacy Policy</h1>
|