fotostore/templates/error.html.ep
2017-07-31 10:14:59 +03:00

10 lines
171 B
Text

<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" >
<title>Error</title>
</head>
<body>
<%= $message %>
</body>
</html>