2016-02-20 16:53:20 -05:00
|
|
|
<!DOCTYPE html>
|
2016-11-02 06:01:18 -04:00
|
|
|
<html lang="en">
|
2016-02-20 16:53:20 -05:00
|
|
|
<head>
|
2016-11-02 06:01:18 -04:00
|
|
|
<meta charset="utf-8">
|
2016-11-06 12:35:46 -05:00
|
|
|
<title>We're sorry, but something went wrong</title>
|
2016-02-20 16:53:20 -05:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2016-11-06 12:35:46 -05:00
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
|
2016-02-20 16:53:20 -05:00
|
|
|
<style>
|
2016-11-06 12:35:46 -05:00
|
|
|
body {
|
2017-01-04 23:24:27 -05:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
2017-06-18 21:23:25 -04:00
|
|
|
background: #181818 url("/background-photo.png");
|
2017-05-28 20:09:12 -04:00
|
|
|
color: #1ea21e;
|
2016-11-06 12:35:46 -05:00
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2016-02-20 16:53:20 -05:00
|
|
|
|
2016-11-06 12:35:46 -05:00
|
|
|
.dialog img {
|
|
|
|
display: block;
|
|
|
|
margin: 20px auto;
|
|
|
|
margin-top: 50px;
|
|
|
|
max-width: 600px;
|
2016-12-14 18:49:17 -05:00
|
|
|
width: 100%;
|
2016-11-06 12:35:46 -05:00
|
|
|
height: auto;
|
|
|
|
}
|
2016-02-20 16:53:20 -05:00
|
|
|
|
2016-11-06 12:35:46 -05:00
|
|
|
.dialog h1 {
|
2017-01-04 23:24:27 -05:00
|
|
|
font: 20px/28px -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
2016-11-06 12:35:46 -05:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
2016-02-20 16:53:20 -05:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="dialog">
|
2017-06-18 21:23:25 -04:00
|
|
|
<img src="/logo.png" alt="dev.glitch.social" />
|
2016-11-06 12:35:46 -05:00
|
|
|
|
2016-02-20 16:53:20 -05:00
|
|
|
<div>
|
|
|
|
<h1>We're sorry, but something went wrong.</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|