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