1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-30 15:04:18 +00:00
royalnet/templates/base.html

16 lines
928 B
HTML
Raw Normal View History

2018-05-07 10:51:24 +00:00
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
2018-06-04 20:54:12 +00:00
<meta name="viewport" content="width=device-width">
2018-05-07 10:51:24 +00:00
<title>{% block pagetitle %}{% endblock %} - Royal Games</title>
{% block prehead %}{% endblock %}
2018-05-14 08:43:20 +00:00
<link href="{{ url_for('static', filename='nryg.less') }}" rel="stylesheet/less" type="text/css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/less.js/3.0.2/less.min.js" ></script>
2018-05-07 10:51:24 +00:00
{% block posthead %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
2018-07-11 00:13:11 +00:00
<iframe src="https://free.timeanddate.com/countdown/i6blbo4n/n3281/cf12/cm0/cu4/ct0/cs0/ca0/co1/cr0/ss0/cac000/cpc000/pcfff/tcfff/fs100/szw576/szh243/tatInizio%20server%20di%20Terraria%20in/tac000/tptSteffo%20%C3%A8%20in%20ritardo%20di/tpc000/iso2018-07-12T10:00:00" allowTransparency="true" frameborder="0" width="421" height="87"></iframe>
2018-05-07 10:51:24 +00:00
</body>
</html>