mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
Add 404 page for mon.im hosting
Some checks are pending
Check HTML/JS is valid / build (push) Waiting to run
Some checks are pending
Check HTML/JS is valid / build (push) Waiting to run
This commit is contained in:
parent
c2626378ad
commit
fb62411b83
36
_404.html
Normal file
36
_404.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>404</title>
|
||||
<style>
|
||||
body, html, div {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
div {
|
||||
font-family: sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
p {
|
||||
padding: 0px 10px;
|
||||
max-width: 30em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>Not found...</h1>
|
||||
<p>
|
||||
I recently moved to a new web host.
|
||||
If you think something should be at this address,
|
||||
please <a href="https://github.com/mon">get in touch</a>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user