2012-07-08 16:23:39 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Dynastie</title>
|
2014-03-16 19:36:39 +01:00
|
|
|
<link rel="icon" type="image/png" href="{{ STATIC_URL }}images/favicon.png" />
|
2012-07-22 10:47:24 +02:00
|
|
|
{% block head %} {% endblock %}
|
2012-12-24 16:34:30 +01:00
|
|
|
<link href="{{ STATIC_URL }}css/dynastie.css" rel="stylesheet" type="text/css"/>
|
|
|
|
|
2012-07-08 16:23:39 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2012-10-09 20:47:12 +02:00
|
|
|
<a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/disconnect">Disconnect</a><br/><br/>
|
2012-07-08 16:23:39 +02:00
|
|
|
{% block content %} {% endblock %}
|
2013-01-13 18:47:38 +01:00
|
|
|
<br/><br/><br/>
|
2016-06-05 09:19:02 +02:00
|
|
|
<center><a href="http://indefero.soutade.fr/p/dynastie">Dynastie</a> 0.5</center>
|
2012-07-08 16:23:39 +02:00
|
|
|
</body>
|
|
|
|
</html>
|