Fixed some html

This commit is contained in:
CommanderRedYT
2020-11-10 17:31:42 +01:00
parent e57f573944
commit 736ab227dc
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>