This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/premium/error.twig

12 lines
421 B
Twig
Raw Normal View History

{% extends 'master.twig' %}
{% set title = 'Something went wrong!' %}
{% block content %}
2016-11-08 19:56:37 +00:00
<div class="content content--alt" style="text-align: center;">
<h1 style="margin: 1em auto;">Something went wrong!</h1>
<h1 class="fa fa-exclamation-triangle" style="font-size: 20em;"></h1>
<h3>Your account shouldn't have been charged yet, if it has contact staff ASAP.</h3>
</div>
{% endblock %}