Added non-drag-/selectable

This commit is contained in:
CommanderRedYT
2020-11-29 04:08:55 +01:00
parent ca72724669
commit 9cdf0bd4af
2 changed files with 15 additions and 5 deletions

View File

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

View File

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