File src/templates/index.tpl artifact e30875923e part of check-in 9d0e5678d2


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>{$config.nom_asso}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

<body>

<div class="header">
    <h1>{$config.nom_asso}</h1>
</div>

<div class="page">
    <p>
        {$config.adresse_asso}
    </p>
</div>

<p>
    <a href="admin/">Administration</a>
</p>

</body>
</html>