17 lines
690 B
HTML
17 lines
690 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Hatsune 2025 Stats</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="./style-mobile.css">
|
|
</head>
|
|
<body>
|
|
<h2>Please note that this page was designed for desktop viewing.</h2>
|
|
<a href="/index.html">Press here to continue.</a>
|
|
</body>
|
|
</html> |