diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-12 02:56:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-12 02:56:59 -0700 |
| commit | 108938f881f03355107358977d1550737486ca04 (patch) | |
| tree | 2668fd0ccc1421ca5cad993611f9f46e184dc514 /frontend/index.html | |
| parent | 4cbd26044046289ada09e5fe4ca4c3b35ca6b173 (diff) | |
implement MUSIC DIVER score tracking
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html index c5e3113..bf98083 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,9 @@ <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <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=Orbitron:wght@400;500;600;700&display=swap" rel="stylesheet"> <title>Mirage - Rhythm Game Score Tracker</title> </head> <body> |
