speedtest/index.html
2026-07-20 22:35:16 +02:00

19 lines
No EOL
536 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico">
<link rel="manifest" href="manifest.webmanifest">
<link rel="apple-touch-icon" href="images/icon-192.png">
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
<meta charset="UTF-8" />
<script type="text/javascript" src="design-switch.js"></script>
<title>LibreSpeed</title>
</head>
<body>
<p>Loading...</p>
</body>
</html>