Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshmanKishore authored Mar 3, 2024
1 parent 9212a36 commit 7390d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/random-food.css">
<link rel="icon" type="image/png" href="/favicon.png">
<script type="text/javascript" src="/random-food.js"></script>
<link rel="stylesheet" type="text/css" href="random-food.css">
<link rel="icon" type="image/png" href="favicon.png">
<script type="text/javascript" src="random-food.js"></script>
<title>Random Food</title>
</head>

Expand All @@ -27,4 +27,4 @@
</div>
</body>

</html>
</html>

0 comments on commit 7390d51

Please sign in to comment.