Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjtr committed Jan 11, 2024
1 parent 081e071 commit 06e7a79
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,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="todo-app/favicon.ico">
<link rel="icon" type="image/png" href="./favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My TODO App</title>
<script type="module" crossorigin src="todo-app/assets/index-hk8irRIi.js"></script>
<link rel="stylesheet" crossorigin href="todo-app/assets/index-BmXAtoHq.css">
<script type="module" crossorigin src="./assets/index-hk8irRIi.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-BmXAtoHq.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 06e7a79

Please sign in to comment.