about summary refs log tree commit diff
path: root/resources/500.html
blob: cb6474f0ec717e9294abe1c5777bba5df2190ecf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Error</title>
  <style type="text/css">
	body {
      font-family: "Ubuntu Light", helvetica, sans-serif;
      width: 960px;
      margin: 3em auto;
	}
  </style>
</head>
<body>
  <!-- TODO: replace this with something that matches your app style -->
  <h1>Error</h1>
  <p>Something went wrong. Try again, and if the problem persists
    please contact support.</p>
</body>
</html>