Skip to content

Commit

Permalink
relative pathing issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexankitty committed Sep 13, 2022
1 parent 75ceffd commit 9994a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatboxBot.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/chat.css"/>
<link rel="stylesheet" href="css/chat.css"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand Down

0 comments on commit 9994a46

Please sign in to comment.