Ajout des librairies jquery et bootstrap

This commit is contained in:
Merlin Gélinas 2022-06-06 20:51:08 -04:00
parent e721a2b4a1
commit 29fe42cac7

12
MyWebsite/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to my Website</title>
</head>
<body>
<div class="container"></div>
</body>
</html>