Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjtr authored Apr 2, 2024
1 parent 327f7e0 commit 298f13f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
<html lang="en" data-theme="black">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- GlideJS -->
<title>TV app</title>
<script type="module" crossorigin src="/assets/index-DpbeLBAt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D0LA2xdZ.css">
<script type="module" crossorigin src="assets/index-DpbeLBAt.js"></script>
<link rel="stylesheet" crossorigin href="assets/index-D0LA2xdZ.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 298f13f

Please sign in to comment.