mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
26 lines
No EOL
1,002 B
Twig
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 %} |