fixed errors
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>403 Forbidden...</title>
|
||||
<link rel="stylesheet" href="./errors.css" />
|
||||
<link rel="stylesheet" href="/_errors/errors.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="./img/403.png" alt="" />
|
||||
<img src="/_errors/img/403.png" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>404 Not found...</title>
|
||||
<link rel="stylesheet" href="./errors.css" />
|
||||
<link rel="stylesheet" href="/_errors/errors.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="./img/404.png" alt="" />
|
||||
<img src="/_errors/img/404.png" alt="" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>500 Internal Server Error...</title>
|
||||
<link rel="stylesheet" href="./errors.css" />
|
||||
<link rel="stylesheet" href="/_errors/errors.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="../img/500.png" alt="" />
|
||||
<img src="./_errors/img/500.png" alt="" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>502 Bad gateway...</title>
|
||||
<link rel="stylesheet" href="./errors.css" />
|
||||
<link rel="stylesheet" href="/_errors/errors.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="../img/502.png" alt="" />
|
||||
<img src="/_errors/img/502.png" alt="" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>503 Service unavailable...</title>
|
||||
<link rel="stylesheet" href="./errors.css" />
|
||||
<link rel="stylesheet" href="/_errors/errors.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="../img/503.png" alt="" />
|
||||
<img src="./_errors/img/503.png" alt="" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<title>504 Gateway timeout...</title>
|
||||
<link rel="stylesheet" href="./errors.css" />
|
||||
<link rel="stylesheet" href="/_errors/errors.css" />
|
||||
</head>
|
||||
<body>
|
||||
<img src="../img/504.png" alt="" />
|
||||
<img src="./_errors/img/504.png" alt="" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -21,4 +21,5 @@ img {
|
||||
animation: fade 500ms ease-in-out;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
max-width: 1024px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user