mastodon/public/404.html

44 lines
911 B
HTML
Raw Normal View History

2016-02-20 22:53:20 +01:00
<!DOCTYPE html>
<html lang="en">
2016-02-20 22:53:20 +01:00
<head>
<meta charset="utf-8">
<title>The page you were looking for doesn't exist</title>
2016-02-20 22:53:20 +01:00
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
2016-02-20 22:53:20 +01:00
<style>
body {
font-family: 'Roboto', sans-serif;
background: #282c37;
color: #9baec8;
text-align: center;
margin: 0;
padding: 20px;
}
2016-02-20 22:53:20 +01:00
.dialog img {
display: block;
margin: 20px auto;
margin-top: 50px;
max-width: 600px;
width: 100%;
height: auto;
}
2016-02-20 22:53:20 +01:00
.dialog h1 {
font: 20px/28px 'Roboto', sans-serif;
font-weight: 400;
}
2016-02-20 22:53:20 +01:00
</style>
</head>
<body>
<div class="dialog">
<img src="/oops.png" alt="Mastodon" />
2016-02-20 22:53:20 +01:00
<div>
<h1>The page you were looking for doesn't exist</h1>
2016-02-20 22:53:20 +01:00
</div>
</div>
</body>
</html>