_events.meta.php 1.2 KB

123456789101112131415161718192021
  1. <meta name="description" content="CSE Invent : Site d'émargement aux évènements du CSE" />
  2. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  3. <?php pwa::printManifeste(); ?>
  4. <meta name="mobile-web-app-capable" content="yes">
  5. <meta name="apple-mobile-web-app-capable" content="yes">
  6. <meta name="application-name" content="CSE Invent : Interface d'émargement">
  7. <meta name="apple-mobile-web-app-title" content="CSE Invent : Interface d'émargement">
  8. <meta name="msapplication-starturl" content="/">
  9. <meta name="msapplication-TileColor" content="#da532c">
  10. <meta name="theme-color" content="#ffffff">
  11. <link rel="icon" type="image/x-icon" href="<?php cache::printFileWithTime("favicon.ico") ?>">
  12. <meta name="robots" content="noindex">
  13. <link rel="stylesheet" href="<?php cache::printFileWithTime("css/general.css") ?>">
  14. <script src="<?php cache::printFileWithTime("libs/js/jquery.min.js") ?>"></script>
  15. <script src="<?php cache::printFileWithTime("js/csrf-config.js") ?>"></script>
  16. <script src="<?php cache::printFileWithTime("js/tools.js") ?>"></script>
  17. <link rel="stylesheet" href="<?php cache::printFileWithTime("libs/bootstrap/assets/dist/css/bootstrap.min.css") ?>">