Skip to content

Commit

Permalink
fix(html): Fix issue where firefox would throw a charset error
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Apr 27, 2020
1 parent c2eb8be commit bc58e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link rel="manifest" href="./manifest.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" type="text/css" href="./res/css/xterm.css" media="screen" />
<meta charset="utf-8"/>
<style>
.CanvasYo {
background: red;
Expand Down

0 comments on commit bc58e1a

Please sign in to comment.