Skip to content

Commit

Permalink
fix css href in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed May 11, 2023
1 parent 7b0092e commit 757c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Cinnabun</title>
<link rel="stylesheet" href="/page/index.css" />
<link rel="stylesheet" href="./page/index.css" />
<script src="./page/index.js" type="module" async defer></script>
</head>
<body>
Expand Down

0 comments on commit 757c951

Please sign in to comment.