34 lines
No EOL
1.2 KiB
HTML
34 lines
No EOL
1.2 KiB
HTML
---
|
|
title: Not allowed
|
|
description: Sometimes mildly inconvenient things happen to people. That's not allowed.
|
|
layout: default
|
|
permalink: /not-allowed.html
|
|
image: https://cdn.coryd.dev/assets/not-allowed.jpg
|
|
---
|
|
<img
|
|
srcset="
|
|
https://cdn.coryd.dev/assets/not-allowed.jpg?class=bannersm 256w,
|
|
https://cdn.coryd.dev/assets/not-allowed.jpg?class=bannermd 512w,
|
|
https://cdn.coryd.dev/assets/not-allowed.jpg?class=bannerbase 1024w,
|
|
https://cdn.coryd.dev/assets/not-allowed.jpg?class=bannerlg 2048w
|
|
"
|
|
sizes="(max-width: 450px) 256px,
|
|
(max-width: 850px) 512px,
|
|
(max-width: 1000px) 1024px,
|
|
2048px"
|
|
src="https://cdn.coryd.dev/assets/not-allowed.jpg?class=bannerlg"
|
|
alt="{{ alt }}"
|
|
class="image-banner"
|
|
loading="eager"
|
|
decoding="async"
|
|
width="1080"
|
|
height="720"
|
|
/>
|
|
<div class="text-centered">
|
|
<h2>{{ title }}</h2>
|
|
<p>Sometimes mildly inconvenient things happen to people.</p>
|
|
<p><a href="/">Go read something instead.</a></p>
|
|
</div>
|
|
<hr />
|
|
{% render "partials/widgets/addon-links.liquid", popularPosts:collections.popularPosts, links:links %}
|
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('Not allowed', { props: { path: document.location.pathname } }); });</script> |