mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-25 14:15:04 +00:00
15 lines
396 B
HTML
15 lines
396 B
HTML
|
{% 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 %}
|