1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Add /brawlhalla

This commit is contained in:
Steffo 2019-03-05 15:38:02 +01:00
parent f4fbda228e
commit c4f8aed38f

14
templates/brawlhalla.html Normal file
View file

@ -0,0 +1,14 @@
{% extends 'base.html' %}
{% block pagetitle %}
Il monarca del Valhalla
{% endblock %}
{% block body %}
<h1>
Il monarca del Valhalla
</h1>
<div class="challonge-iframe">
<iframe src="https://ryg.challonge.com/brawlhalla/module?theme=6904" width="100%" height="1500px" frameborder="0" scrolling="auto" allowtransparency="true"></iframe>
</div>
{% endblock %}