chore: formatting
This commit is contained in:
parent
2191f8875f
commit
ed88631875
4 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@ permalink: /1000.html
|
||||||
<div class="text-centered">
|
<div class="text-centered">
|
||||||
<h2 class="page-header">{{ title }}</h2>
|
<h2 class="page-header">{{ title }}</h2>
|
||||||
<p>Nah, that's no good.</p>
|
<p>Nah, that's no good.</p>
|
||||||
|
<hr class="large-spacing" />
|
||||||
::CLOUDFLARE_ERROR_1000S_BOX::
|
::CLOUDFLARE_ERROR_1000S_BOX::
|
||||||
</div>
|
</div>
|
||||||
<script>document.addEventListener('DOMContentLoaded', function () { plausible('1000', { props: { path: document.location.pathname } }); });</script>
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('1000', { props: { path: document.location.pathname } }); });</script>
|
|
@ -7,6 +7,7 @@ permalink: /500.html
|
||||||
<div class="text-centered">
|
<div class="text-centered">
|
||||||
<h2 class="page-header">{{ title }}</h2>
|
<h2 class="page-header">{{ title }}</h2>
|
||||||
<p>Nah, that's no good.</p>
|
<p>Nah, that's no good.</p>
|
||||||
|
<hr class="large-spacing" />
|
||||||
::CLOUDFLARE_ERROR_500S_BOX::
|
::CLOUDFLARE_ERROR_500S_BOX::
|
||||||
</div>
|
</div>
|
||||||
<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script>
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script>
|
|
@ -7,6 +7,7 @@ permalink: /captcha.html
|
||||||
<div class="text-centered">
|
<div class="text-centered">
|
||||||
<h2 class="page-header">{{ title }}</h2>
|
<h2 class="page-header">{{ title }}</h2>
|
||||||
<p>Nah, that's no good.</p>
|
<p>Nah, that's no good.</p>
|
||||||
|
<hr class="large-spacing" />
|
||||||
::CAPTCHA_BOX::
|
::CAPTCHA_BOX::
|
||||||
</div>
|
</div>
|
||||||
<script>document.addEventListener('DOMContentLoaded', function () { plausible('Captcha', { props: { path: document.location.pathname } }); });</script>
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('Captcha', { props: { path: document.location.pathname } }); });</script>
|
|
@ -7,6 +7,7 @@ permalink: /js-challenge.html
|
||||||
<div class="text-centered">
|
<div class="text-centered">
|
||||||
<h2 class="page-header">{{ title }}</h2>
|
<h2 class="page-header">{{ title }}</h2>
|
||||||
<p>Nah, that's no good.</p>
|
<p>Nah, that's no good.</p>
|
||||||
|
<hr class="large-spacing" />
|
||||||
::IM_UNDER_ATTACK_BOX::
|
::IM_UNDER_ATTACK_BOX::
|
||||||
</div>
|
</div>
|
||||||
<script>document.addEventListener('DOMContentLoaded', function () { plausible('JS challenge', { props: { path: document.location.pathname } }); });</script>
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('JS challenge', { props: { path: document.location.pathname } }); });</script>
|
Reference in a new issue