Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HIPPIEKICK authored Jan 27, 2021
1 parent 2cd2677 commit 7967173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
Expand All @@ -27,7 +27,7 @@ <h2>Ask about xxxx.</h2>
</div>
</main>

<script src="script.js"></script>
<script src="./script.js"></script>
</body>

</html>

0 comments on commit 7967173

Please sign in to comment.