-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404old.html
More file actions
36 lines (34 loc) · 2.32 KB
/
404old.html
File metadata and controls
36 lines (34 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML>
<HTML lang="en">
<!-- No longer used because routes keep breaking - this is an app. If you're looking for something, look at the GitHub repo -->
<head>
<link rel="preconnect" href="https://lrclib.net">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Voxity / ?</title>
<link rel="stylesheet" href="/app/stylesheets/controls.css">
<link rel="stylesheet" href="/app/stylesheets/miscellaneous.css">
<link rel="stylesheet" href="/app/stylesheets/structure.css">
<link rel="stylesheet" href="/app/stylesheets/tandem.css">
<link rel="stylesheet" href="/app/stylesheets/themes.css">
<link rel="stylesheet" href="/app/stylesheets/fontawesome.css">
<link rel="icon" type="image/png" href="/app/media/voxity.ico">
<link rel="apple-touch-icon" href="/app/media/voxity.png">
<link rel="canonical" href="https://voxity.dev/">
</head>
<body>
<div
style="background: var(--dialog-bg);color: var(--fg);border-radius: 16px;box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 32px;padding: 2rem 2.5rem 1.5rem;max-width: 720px;width: 90vw;position: fixed;font-family: inherit;text-align: center;animation: 0.2s ease 0s 1 normal none running zin;left: 50%;top: 50%;transform: translate(-50%, -50%)">
<div
style="position: absolute; top: 12px; left: 16px; font-size: 1.2rem; font-weight: bold; color: var(--fg); display: flex; align-items: center; height: 24px; user-select: none;">
<i class="fa-solid fa-tower-broadcast" style="color: var(--lyric-color); margin-right: 0.5em;"></i> Voxity
</div>
<div style="margin-top: 0.5rem; font-size: 1.08rem; line-height: 1.6;">
<div style="margin-bottom:1rem; cursor: default;">
The resource you are looking for does not exist. Check your spelling, as per usual. If you're confident something is here, <a href="https://exerinity.com/email" target="_blank">email me what you were looking for</a> and I'll look into it.<br><br>
<strong>If you came here from a route like /settings or /i/hotkeys but refreshed the page, please <a href="/">return to the app</a>. Voxity is a <abbr title="Single page app">SPA</abbr> and refreshing the page on a route will cause this error.</strong>
</div>
</div>
</div>
</body>
</html>