pronomen.lol/resources/500.html
2015-03-03 08:27:23 +00:00

21 lines
447 B
HTML

<!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>