mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-03-23 07:36:38 +00:00
23 lines
440 B
HTML
23 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>
|