1
0
mirror of https://github.com/actix/examples synced 2024-11-24 14:53:00 +01:00
examples/actix_todo/static/errors/500.html

25 lines
782 B
HTML
Raw Normal View History

2018-08-27 11:56:26 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ooops (500)</title>
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/static/css/normalize.css">
<link rel="stylesheet" href="/static/css/skeleton.css">
<link rel="stylesheet" href="/static/css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<h1>Ooops ...</h1>
<p>How embarrassing!</p>
<p>Looks like something weird happened while processing your request.</p>
<p>Please try again in a few moments.</p>
</div>
</div>
</body>
</html>