1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-25 14:15:04 +00:00
royalnet/templates/brawlhalla.html

15 lines
396 B
HTML
Raw Normal View History

2019-03-05 15:38:02 +01:00
{% 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 %}