trabajo-afectivo/public/500.html

10 lines
351 B
HTML
Raw Normal View History

2012-04-10 13:31:21 +00:00
<!DOCTYPE html>
2015-08-14 01:58:00 +00:00
<html class="dark">
<meta charset="utf-8">
<title>500: Something went wrong</title>
<link rel="stylesheet" href="/assets/error/style.css">
2012-04-10 13:31:21 +00:00
2015-08-14 01:58:00 +00:00
<h1>500: We're sorry, but something went wrong.</h1>
<div class="error-image" style="background-image: url(/assets/error/error-2.svg)"></div>
<p>We're sorry, but something went wrong.</p>
</html>