diyhrt/404.html

22 lines
440 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>404</title>
<style>
body {
background-color: black;
color: white;
text-align: center;
padding: 100px;
font-family: Arial, sans-serif;
}
a {
color: white;
text-decoration: underline;
}
</style>
</head>
<body>
<p>404 - if this is unexpected, please open an <a href="https://github.com/boytwink/diyhrt/issues">issue</a></p>
</body>
</html>