nineskeletor/templates/File/redirect.html.twig
afornerot 9554b9cdd3
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
ninegate
2023-02-01 09:03:27 +01:00

23 lines
238 B
Twig

{% extends 'base.html.twig' %}
{% block localstyle %}
<style>
body {
background-color: var(--colorbgbodydark);
}
</style>
{% endblock %}
{% block localscript %}
<script>
parent.location.reload();
</script>
{% endblock %}