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