-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
38 lines (37 loc) · 1.53 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>LOC :focus — </title>
<meta name="description" content="A keyboard navigation game.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="../assets/css/hocus.css">
<meta property="og:title" content="LOC :focus">
<meta property="og:description" content="A keyboard navigation game.">
<meta property="og:image" content="https://focus.hteumeuleu.com/assets/images/og.png">
</head>
<body>
<div class="page">
<header class="header" role="banner">
<h1 class="title"><a href="./index.html">LOC :FOCUS</a></h1>
<p class="subtitle">
A keyboard accessibility game.
</p>
</header>
<main class="main" role="main">
<div style="display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:26.25rem;">
<div class="icon" aria-hidden="true">🧟</div>
<p style="margin-top:1em; font-size:1.5em;">
<b>Grrrr. Error 404.</b>
</p>
</div>
</main>
<footer class="footer" role="contentinfo">
<p>To learn more about accessibility, check out the <a href="https://staff.loc.gov/sites/digital-accessibility/">Digital Accessility Hub</a>.</p>
<p>If you have questions, email <a href="mailto:accessibility-request@loc.gov">accessibility-request@loc.gov</a>.
<p>This game is based on <a href="https://focus.hteumeuleu.com/3/">Hocus :focus</a> by <a href="https://twitter.com/HTeuMeuLeu">@HTeuMeuLeu</a>.</p>
</footer>
</div>
</body>
</html>