Skip to content

Commit

Permalink
Mise en place Jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheRib63 committed Oct 26, 2021
1 parent 744178b commit f824d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<title>My Landing Page</title>
<link rel="stylesheet" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ footer li a:hover {
}

/* END MOBILE VERSION */

0 comments on commit f824d2c

Please sign in to comment.