brie-aurore/Brie/brie/templates/index.html

14 lines
393 B
HTML
Raw Normal View History

<html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude">
2012-10-12 02:03:12 +00:00
<head>
<link rel="stylesheet" type="text/css" href="/css/common.css" />
</head>
<body>
2012-10-12 02:03:12 +00:00
<xi:include href="login_widget.html" />
<div>${login_widget(user)}</div>
2012-10-12 02:03:12 +00:00
<div>
<a href="/rooms/" class="button">CHAMBRES</a>
</div>
</body>
</html>