First commit
This commit is contained in:
9
resources/templates/public/404.html
Normal file
9
resources/templates/public/404.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "layouts/base.html" %}
|
||||
|
||||
{% block title %}
|
||||
404
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>404</h1>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user