Skip to content

Commit

Permalink
Edit index.html to look for files in public
Browse files Browse the repository at this point in the history
  • Loading branch information
unamednada committed Jul 13, 2022
1 parent 0e7e69d commit c9ea107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
<link rel="stylesheet" href="public/style.css" />
<script src="public/script.js"></script>
</head>

<body>
Expand Down

0 comments on commit c9ea107

Please sign in to comment.