diff options
| author | seth <[email protected]> | 2024-10-09 10:59:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-09 10:59:13 -0400 |
| commit | d17bca56238e9ca326d60e58230d0d354f23bfe8 (patch) | |
| tree | 12aee4c37a1490914e6307ce1b0023be2df93105 /templates/404.html | |
| parent | 7d6495399d5e1ba429a339de1c3a00f121e89305 (diff) | |
back to astro for hopefully the last time (#146)
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/404.html b/templates/404.html deleted file mode 100644 index d59b721..0000000 --- a/templates/404.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - <h1>404 :(</h1> - - <img - src="/imgs/tapwater.png" - alt="Can I get you some tapwater?" - decoding="async" - loading="lazy" - > -{% endblock content %} |
