mastodon/public/500.html

44 lines
990 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">
2016-11-06 18:35:46 +01:00
<title>We're sorry, but something went wrong</title>
2016-02-20 22:53:20 +01:00
<meta name="viewport" content="width=device-width,initial-scale=1">
2016-11-06 18:35:46 +01:00
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
2016-02-20 22:53:20 +01:00
<style>
2016-11-06 18:35:46 +01:00
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
2016-11-06 18:35:46 +01:00
background: #282c37;
color: #9baec8;
text-align: center;
margin: 0;
padding: 20px;
}
2016-02-20 22:53:20 +01:00
2016-11-06 18:35:46 +01:00
.dialog img {
display: block;
margin: 20px auto;
margin-top: 50px;
max-width: 600px;
2016-12-15 00:49:17 +01:00
width: 100%;
2016-11-06 18:35:46 +01:00
height: auto;
}
2016-02-20 22:53:20 +01:00
2016-11-06 18:35:46 +01:00
.dialog h1 {
font: 20px/28px -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
2016-11-06 18:35:46 +01:00
font-weight: 400;
}
2016-02-20 22:53:20 +01:00
</style>
</head>
<body>
<div class="dialog">
2016-11-08 02:18:09 +01:00
<img src="/oops.png" alt="Mastodon" />
2016-11-06 18:35:46 +01:00
2016-02-20 22:53:20 +01:00
<div>
<h1>We're sorry, but something went wrong.</h1>
</div>
</div>
</body>
</html>