--
This commit is contained in:
10
public/to/404.html
Normal file
10
public/to/404.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "/base.html" %}
|
||||
{% block title %}404 Not Found - Nercone Redirect{% endblock %}
|
||||
{% block extra_title %}Redirect{% endblock %}
|
||||
{% block header_desc %}404 Not Found{% endblock %}
|
||||
{% block description %}見つからないよ{% endblock %}
|
||||
{% block content %}
|
||||
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
|
||||
<h1 class="text-bold">404 Not Found</h1>
|
||||
<p>見つからないよ</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user