47 lines
1.1 KiB
HTML
47 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Owlbear Rodeo</title>
|
|
<meta
|
|
name="description"
|
|
content="Tabletop map sharing ʕ•ノᴥ•ʔノ┬─┬ヽʕ•ᴥ•ヽʔ"
|
|
/>
|
|
<style>
|
|
html {
|
|
height: 100%;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
|
Roboto, "Helvetica Neue", sans-serif;
|
|
color: white;
|
|
}
|
|
body {
|
|
background: hsl(230, 25%, 18%);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
margin: 0;
|
|
}
|
|
img {
|
|
max-width: 500px;
|
|
}
|
|
a {
|
|
color: hsl(260, 100%, 80%);
|
|
text-decoration: none;
|
|
}
|
|
a:visited {
|
|
color: hsl(260, 20%, 40%);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="/404.png" alt="404 bear not found" />
|
|
<h4>
|
|
Unable to find the page you're looking for try heading back to
|
|
<a href="https://owlbear.rodeo">owlbear.rodeo</a>
|
|
</h4>
|
|
</body>
|
|
</html>
|