spf-dkim-dmarc-demo/console/web-api/views/layouts/main.tt

24 lines
869 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="[% settings.charset %]">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>[% title %]</title>
<link rel="stylesheet" href="[% request.uri_base %]/css/main.css">
</head>
<body>
[% UNLESS no_nav %]
[% INCLUDE layouts/_nav.tt %]
[% END %]
<script src="[% request.uri_base %]/jquery-3.6.4.min.js"></script>
[% content %]
<div class="container mt-5 border-top pt-3">
<footer>
<p class="mb-0">© 2023 <a href="https://www.afnic.fr">Afnic</a> et ses contributeurs.</p>
<p>Le Démonstrateur SPF-DKIM-DMARC est développé par l<a href="https://www.afnic.fr">Afnic</a> et ses contributeurs et est publié en open source sous licence GPL-3.0-or-later.</p>
</footer>
</div>
<script src="[% request.uri_base %]/javascripts/bootstrap.bundle.min.js"></script>
</body>
</html>