fediplan/templates/bundles/TwigBundle/Exception/error500.html.twig
Thomas defb279698 - migrate to boostrap 5.3
- Fix messages not displayed when missing media description
2024-05-16 10:55:16 +02:00

26 lines
No EOL
1,002 B
Twig

{% extends 'base.html.twig' %}
{% trans_default_domain 'fediplan' %}
{% block title %}{{ 'common.about'|trans }}{% endblock %}
{% block content %}
{% include 'nav.html.twig' %}
<div class="row">
<div class=""col-12" style="text-align: center;line-height: normal;margin-top: 100px;"> <pre>
███████╗ ██████╗ ██████╗
██╔════╝██╔═████╗██╔═████╗
███████╗██║██╔██║██║██╔██║
╚════██║████╔╝██║████╔╝██║
███████║╚██████╔╝╚██████╔╝
╚══════╝ ╚═════╝ ╚═════╝
</pre>
</div>
</div>
<div class="row">
<div class=""col-12" style="text-align: center">
--> <a href="{{ path('index') }}">200</a> <--
</div>
</div>
{% endblock %}