mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Add /brawlhalla
This commit is contained in:
parent
f4fbda228e
commit
c4f8aed38f
1 changed files with 14 additions and 0 deletions
14
templates/brawlhalla.html
Normal file
14
templates/brawlhalla.html
Normal 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 %}
|
Loading…
Reference in a new issue