tmp-gitea/templates/404.html
Aravinth Manivannan 030221f258
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: mv website/* . and fix publish pipeline
2022-10-27 23:55:37 +05:30

12 lines
253 B
HTML

{% extends "index.html" %}
{% block content %}
<article class="post">
<header>
<h1>404: Page not found</h1>
</header>
<div class="content">
Sorry, this page doesn't seem to exist.
</div>
</article>
{% endblock content %}