Bootstrap liens dans fichier php
Bonjour a toutes et a tous =)
alors voila j'ai une page index.php que je souhaiterais habillé avec bootstrap je ne connaissai pas ce concept avant je l'ai decouvert il y a quelque jour mais j'avoue avoir du mal a cerné le sujet ..
J'ai essayé de suivre lesinstructions qui sont sur le site mais je comprend pas comment integre les liens :
Code:
1 2 3
| <link href="C:\Users\gbricout\Downloads\bootstrap-3.0.2-dist (1).zip\dist\css" rel="stylesheet">
<script src="https://code.jquery.com/jquery.js"></script>
<script src="C:\Users\gbricout\Downloads\bootstrap-3.0.2-dist (1).zip\dist\js"></script> |
J'ai essayé quelque chose comme ca :
Code:
1 2 3 4 5 6 7 8 9 10 11
| <html>
<head>
<title>LCEsa</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="C:\Users\gbricout\Downloads\bootstrap-3.0.2-dist (1).zip\dist\css" rel="stylesheet">
</head>
<body>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="C:\Users\gbricout\Downloads\bootstrap-3.0.2-dist (1).zip\dist\js"></script> |
Mais ca ne fonctionne pas ..
Quelqu'un pourrait m'aiguiller s'il vous plait ?
Merci de votre aide et de votre patiente a mon egart :ccool: