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

17 lines
448 B
HTML
Raw Normal View History

2018-06-01 11:36:30 +00:00
{% extends 'base.html' %}
{% block pagetitle %}
Royal Games
{% endblock %}
{% block body %}
<h1>
2018-06-04 09:58:27 +00:00
Royal Games
2018-06-01 11:36:30 +00:00
</h1>
2018-06-01 11:45:45 +00:00
<p>
2018-06-04 09:58:27 +00:00
Benvenuto al sito web della Royal Games! E' ancora un po' triste e spoglio, ma spero che collaboriate a migliorarlo!
2018-06-01 11:45:45 +00:00
</p>
<p>
2018-06-04 09:58:27 +00:00
Attualmente, sto sviluppando i <b>profili RYG</b>! Clicca <a href="/profile/{{ session['username'] }}">qui</a> per vedere il tuo.
2018-06-01 11:45:45 +00:00
</p>
2018-06-01 11:36:30 +00:00
{% endblock %}