]> nos-oignons.net Git - website.git/blobdiff - templates/page.tmpl
Ajout de la balise viewport manquante.
[website.git] / templates / page.tmpl
index 5c185a0f7908ac6401b46bf3c737079d1befabaf..3e0a8753e3def733ac4079bf442c657969bcfb37 100644 (file)
 </TMPL_IF>
 <TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
     <title><TMPL_VAR TITLE></title>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
 <TMPL_IF FAVICON>
     <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
 </TMPL_IF>
-    <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
+    <!-- <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> -->
 <TMPL_IF LOCAL_CSS>
     <link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />
 <TMPL_ELSE>
     <!-- <TMPL_IF HTML5></article><TMPL_ELSE></div></TMPL_IF> -->
 
 </div><!-- body-wrapper -->
+<script src="<TMPL_VAR BASEURL>scripts.js"></script>
 </body>
 </html>