33 lines
1012 B
Plaintext
33 lines
1012 B
Plaintext
<!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">
|
||
<script src="/js/bootstrap.min.js"></script>
|
||
<script src="/js/npm.js"></script>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<% content %>
|
||
|
||
<div class="row">
|
||
<div class="col-sm-8 col-sm-offset-3">
|
||
<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>
|
||
</body>
|
||
|
||
</html>
|