Skip to content

Commit

Permalink
Merge pull request #243 from tcdude/MissingTagDebug-HTML5
Browse files Browse the repository at this point in the history
Add missing meta tag used to get canvas size
  • Loading branch information
RobDangerous authored Mar 26, 2021
2 parents cb939aa + 89eef4f commit 25a96e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Data/debug-html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Security-Policy" content="script-src 'self';">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, minimal-ui">
<title>{Name}</title>
<style>
html, body, canvas, div {
Expand Down

0 comments on commit 25a96e9

Please sign in to comment.