Ajout de Bootstrap

pull/5/head
Nicolas MORIN 4 years ago
parent 682a100e6b
commit d17153ba49

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -3,8 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Courtail - Portail des courriels</title> <title>Courtail - Portail des courriels</title>
<link rel="stylesheet" type="text/css" media="screen" href="/fichiers/css/principal.css" /> <link href="/fichiers/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="/fichiers/css/formulaires.css" />
<link rel="icon" href="/fichiers/images/favicon.ico" /> <link rel="icon" href="/fichiers/images/favicon.ico" />
</head> </head>
<body> <body>

@ -1,2 +1,3 @@
<script src="/fichiers/js/bootstrap.js"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save