pull/284/head
Tim Robinson 2016-03-21 12:03:31 +00:00
rodzic 72454779c6
commit 88c0b5d69a
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>500 Internal Server Error</title>
<title>500 - Internal Server Error</title>
<link rel="stylesheet" type="text/css" href="<%=staticPrefix%>/error_handler/style.css" />
</head>
<body class="error500 light">

Wyświetl plik

@ -1,7 +1,7 @@
<html>
<head>
<meta charset='utf-8'>
<title>503 Service Unavailable</title>
<title>503 - Service Unavailable</title>
<link rel="stylesheet" type="text/css" href="<%=staticPrefix%>/error_handler/style.css" />
</head>
<body class="error503 light">