dnsmanagerv1/views/layouts/main.tt

37 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!doctype html>
<html lang="fr" >
<head>
<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" />
<title>DNSManager</title>
<script type="text/javascript">/* <![CDATA[ */
!window.jQuery && document.write('<script type="text/javascript" src="/js/jquery.min.js"><\/script>')
/* ]]> */</script>
<link rel="stylesheet" href="/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/dnsmanager.css">
<script src="/js/bootstrap.min.js"></script>
<script src="/js/npm.js"></script>
</head>
<body>
<div class="container">
<% content %>
<div class="row">
<div class="col-md-12">
<div class="well" id="footer">
Fièrement aidé par <a href="http://perldancer.org/">Dancer</a> <% dancer_version %> ♥<br/>
Le code est disponible <a href="https://github.com/KaneRoot/dnsmanager">ici</a> ! \o/
</div>
</div>
</div>
</div> <!-- Fin du container footer -->
</body>
</html>