mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 01:26:43 +08:00
21 lines
697 B
HTML
21 lines
697 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>404</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1>404</h1>
|
|
<p>Page Not Found</p>
|
|
</div>
|
|
<style>
|
|
body { font-family: monaco, monospace; background: #010088; color: #f8ffff;
|
|
display: flex; align-items: center; justify-content: center;
|
|
text-align: center; height: 100%; margin: 0; }
|
|
body > div { margin-top: -50px; }
|
|
h1 { font-size: 150px; line-height: 150px; margin: 0; background: #f8ffff;
|
|
color: #010088; padding: 5px 20px; }
|
|
p { font-size: 25px; line-height: 25px; }
|
|
</style>
|
|
</body>
|
|
</html>
|