Skip to content

Commit

Permalink
Add closing <html> tag, fix <noscript> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden2480 committed Apr 8, 2022
1 parent 295bde6 commit f5b2834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1>KanjiThing</h1>
</div>

<div id="itemdescription">
<b>Learn kanji stroke order from the browser</b>
<b>Learn kanji stroke order from the browser</b>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="js/utilities.js" type="module"></script>
<script src="js/popup.js" type="module" defer></script>
<script src="js/canvas.js" defer></script>
<noscript><span id="noscript">You need to enable JavaScript for this extension to work</span></noscript>
<noscript>You need to enable JavaScript for this extension to work</noscript>
</head>
<body>
<div id="popup-outer" style="display: none;">
Expand Down

0 comments on commit f5b2834

Please sign in to comment.