You've already forked speedtest-go
cd20f44d20
- IP detection: Cloudflare IPv6, ULA IPv6, proxy header chain, offline GeoIP DB - Database: add SQLite (pure Go, no CGo) and MSSQL backends - API: add JSON result sharing endpoint and ID obfuscation - Frontend: add modern CSS design, design switcher, favicon - Compatibility: ?cors parameter support, human-friendly distance rounding - Update Go to 1.21, add modernc.org/sqlite and maxminddb deps
17 lines
374 B
HTML
17 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<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>
|