-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
56 lines (51 loc) · 2.14 KB
/
404.html
File metadata and controls
56 lines (51 loc) · 2.14 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!-- Copyright (C) 2026 nab138 -->
<!-- Licensed under the GNU AGPLv3. See LICENSE for details. -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="stylesheet" href="/src/App.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#2c2c2e" />
<meta name="robots" content="noindex, follow" />
<meta name="googlebot" content="noindex, follow" />
<meta name="description" content="iloader page not found." />
<meta property="og:title" content="iloader - Page Not Found" />
<meta property="og:description" content="iloader page not found." />
<meta property="og:url" content="https://iloader.app/404.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="iloader" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://iloader.app/iloader.svg" />
<meta name="twitter:title" content="iloader - Page Not Found" />
<meta name="twitter:description" content="iloader page not found." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://iloader.app/iloader.svg" />
<title>iloader</title>
</head>
<body>
<main class="app">
<div class="title-block">
<img src="/iloader.svg" alt="iloader logo" class="logo" />
<div>
<h1 class="title">iloader</h1>
<p class="subtitle">Page not found</p>
</div>
</div>
<section class="workspace-section">
<div class="glass-card">
<h2>This page does not exist</h2>
<p>
Use the home page or the pairing guide to continue.
</p>
<div class="buttons">
<a class="button primary" href="/">Home</a>
<a class="button" href="/pairing/">Pairing guide</a>
</div>
</div>
</section>
</main>
</body>
</html>