phpcomposeryggdrasiljs-lessbittorrentsymfonysphinxalt-webwikidistributedsocial-networkcatalogtorrentmagnetfederatedsqlitetracker
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
688 B
17 lines
688 B
1 year ago
|
{% extends theme ~ '/layout.html.twig' %}
|
||
|
{% block title %}{{ 'Error' | trans }} - {{ name }}{% endblock %}
|
||
|
{% block main_content %}
|
||
|
<div class="padding-24-px margin-y-8-px border-radius-3-px background-color-night">
|
||
|
<div class="text-center">
|
||
|
<h1 class="display-block margin-b-16-px">
|
||
|
{{ 'Oops!' | trans }}
|
||
|
</h1>
|
||
|
<div class="text-color-night">
|
||
|
{{ 'Internal server error' | trans }}
|
||
|
</div>
|
||
|
<a class="button button-green margin-y-16-px" href="https://github.com/YGGverse/YGGtracker/issues">
|
||
|
{{ 'Report' | trans }}
|
||
|
</a>
|
||
|
</div>
|
||
|
<div>
|
||
|
{% endblock %}
|