mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-16 01:51:33 +01:00
Initial commit
This commit is contained in:
7
Source/assets/html/error.twig
Normal file
7
Source/assets/html/error.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "base.twig" %}
|
||||
{% block content %}
|
||||
<div class='center'>
|
||||
<h1>{{ error.number }} - {{ error.text }}
|
||||
</h1>
|
||||
</div>;
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user