Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit b168cf2

Browse files
committed
feat(server): add hard crash maintenance mode template
Fixes #3103
1 parent 90289d8 commit b168cf2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

app/crash.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Server Error - Firefox Accounts Maintenance Mode</title>
5+
<style>
6+
body {
7+
text-align: center;
8+
background: #f2f2f2;
9+
}
10+
img {
11+
width: 433px;
12+
border: none;
13+
}
14+
</style>
15+
</head>
16+
<body>
17+
<img src="crash.png" alt="Server Error - We apologize for the inconvenience"/>
18+
</body>
19+
</html>

app/crash.png

67.3 KB
Loading

0 commit comments

Comments
 (0)