summaryrefslogtreecommitdiff
path: root/chimere/templates/404.html
blob: 20366a35c3960d556c7ac294a9b1e3ae48883b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% load i18n %}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title>{% block title %}Chimère{% endblock %}</title>
    <link rel="stylesheet" href="/static/v1.1.0/styles.css" />
</head>
<body>
<div id='content'>
<h2>{% trans "Page not found" %}</h2>
<p><a href='http://rennes.carte-ouverte.org/'>Revenir à la carte OuVerte rennaise.</a></p>
</div>
</body>
</html>