big update
This commit is contained in:
17
res/mobile.html
Normal file
17
res/mobile.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user