Skip to content

Commit

Permalink
file update
Browse files Browse the repository at this point in the history
  • Loading branch information
kharizzakaye committed Sep 18, 2024
1 parent f0ac7aa commit ae1b6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Desserts Shop</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -84,7 +84,7 @@ <h1>Desserts</h1>
</div>
</div>

<script src="/javascript/scripts.js"></script>
<script src="javascript/scripts.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>

0 comments on commit ae1b6ab

Please sign in to comment.