This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/404.html

20 lines
No EOL
902 B
HTML

---
title: '404'
layout: default
permalink: 404.html
---
{% image './src/assets/img/404.jpg', title, 'w-full rounded-lg', '1200px' %}
<div class="text-center w-full">
<h2 class="m-0 text-4xl font-black leading-tight tracking-normal dark:text-gray-200 md:text-6xl mb-4">{{ title }}</h2>
<h3 class="m-0 text-xl font-bold leading-tight tracking-normal dark:text-gray-200 md:text-2xl mb-6">
What kind of idiots do you have working here?
</h3>
<div class="flex justify-center">
<a href="/" class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:inline icon--bold font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
{% tablericon "receipt-2" "Receipt" %}
Skip out on the room service bill
</a>
</div>
</div>
<hr />
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}