kopia lustrzana https://github.com/c9/core
Add hyphens
rodzic
72454779c6
commit
88c0b5d69a
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<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" />
|
<link rel="stylesheet" type="text/css" href="<%=staticPrefix%>/error_handler/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="error500 light">
|
<body class="error500 light">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<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" />
|
<link rel="stylesheet" type="text/css" href="<%=staticPrefix%>/error_handler/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body class="error503 light">
|
<body class="error503 light">
|
||||||
|
|
Ładowanie…
Reference in New Issue