This repository has been archived on 2026-04-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
website/public/to/404.html
T
2026-04-17 06:16:30 +09:00

11 lines
482 B
HTML

{% extends "/base.html" %}
{% block title %}404 Not Found - Nercone Redirect{% endblock %}
{% block title_suffix %}Redirect{% endblock %}
{% block header_desc %}404 Not Found{% endblock %}
{% block description %}見つからないよ{% endblock %}
{% block content %}
<p class="font-small font-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<h1 class="font-bold">404 Not Found</h1>
<p>見つからないよ</p>
{% endblock %}