Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjtr committed Apr 14, 2024
1 parent 912d112 commit f7111aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="vite.svg" />
<link rel="icon" type="image/svg+xml" href="/restaurant-browser-app/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Restaurant Browser</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -11,8 +11,8 @@
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="assets/index-JZJRK-xz.js"></script>
<link rel="stylesheet" crossorigin href="assets/index-C7dJYzT3.css">
<script type="module" crossorigin src="/restaurant-browser-app/assets/index-JZJRK-xz.js"></script>
<link rel="stylesheet" crossorigin href="/restaurant-browser-app/assets/index-C7dJYzT3.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit f7111aa

Please sign in to comment.