Skip to content

Commit

Permalink
Docs - fix index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Sep 3, 2023
1 parent ccd8bc7 commit 376819b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Cinnabun-Happy.svg" />
<link rel="icon" type="image/svg+xml" href="/cinnabun/Cinnabun-Happy.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cinnabun</title>
<script type="module" crossorigin src="/assets/index-f89d52e3.js"></script>
<link rel="stylesheet" href="/assets/index-5ceda24a.css">
<script
type="module"
crossorigin
src="/cinnabun/assets/index-f89d52e3.js"
></script>
<link rel="stylesheet" href="/cinnabun/assets/index-5ceda24a.css" />
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 376819b

Please sign in to comment.