mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
14 lines
396 B
HTML
14 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 %}
|