Added non-drag-/selectable
This commit is contained in:
12
403.html
12
403.html
@@ -16,10 +16,16 @@
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://pfostendynamics.com/">
|
||||
<body class="disable-select">
|
||||
<a
|
||||
href="https://pfostendynamics.com/"
|
||||
draggable="false"
|
||||
ondragstart="return false;"
|
||||
>
|
||||
<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>
|
||||
|
8
404.html
8
404.html
@@ -16,8 +16,12 @@
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://pfostendynamics.com/">
|
||||
<body class="disable-select">
|
||||
<a
|
||||
href="https://pfostendynamics.com/"
|
||||
draggable="false"
|
||||
ondragstart="return false;"
|
||||
>
|
||||
<div class="container">
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user