Fixed some html
This commit is contained in:
4
403.html
4
403.html
@@ -7,7 +7,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<title>Error 404 - Not found</title>
|
<title>Error 403 - Not found</title>
|
||||||
<meta name="description" content="403 Error Page" />
|
<meta name="description" content="403 Error Page" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" href="https://pfostendynamics.com/error.css" />
|
<link rel="stylesheet" href="https://pfostendynamics.com/error.css" />
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<a href="https://pfostendynamics.com/">
|
<a href="https://pfostendynamics.com/">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p style="padding-top: calc(40%)">Error 403 - You're not allowed to see this!</p>
|
<p style="padding-top: calc(40%)">Error 403 - You're not allowed to see this</p>
|
||||||
<p style="padding-top: calc(50%)">Click here to go to main page</p>
|
<p style="padding-top: calc(50%)">Click here to go to main page</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
2
404.html
2
404.html
@@ -17,7 +17,7 @@
|
|||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="https://pfostendynamics.com/"">
|
<a href="https://pfostendynamics.com/">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p style="padding-top: calc(40%)">Error 404 - Page not found</p>
|
<p style="padding-top: calc(40%)">Error 404 - Page not found</p>
|
||||||
<p style="padding-top: calc(50%)">Click here to go to main page</p>
|
<p style="padding-top: calc(50%)">Click here to go to main page</p>
|
||||||
|
Reference in New Issue
Block a user