Fixed some html
This commit is contained in:
4
403.html
4
403.html
@@ -7,7 +7,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<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="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="https://pfostendynamics.com/error.css" />
|
||||
@@ -19,7 +19,7 @@
|
||||
<body>
|
||||
<a href="https://pfostendynamics.com/">
|
||||
<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>
|
||||
</div>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user