client/404.html (30 lines of code) (raw):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥑</text></svg>"
/>
<meta http-equiv="refresh" content="7; url='/'" />
<title>🥑 Avocano</title>
</head>
<style>
html,
body {
text-align: center;
font-family: sans-serif;
background: lightgrey;
}
</style>
<body>
<h1>Oops, redirecting back to 🥑 Avocano homepage.</h1>
<p>
Please wait a moment to be redirected or click <a href="/">this link</a>.
</p>
</body>
</html>