Skip to content

Commit 6ff5f80

Browse files
authored
Merge pull request #4 from x1h0/fix-display-viewport
Fix viewport on mobile
2 parents 956254e + df6fa01 commit 6ff5f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
34
<title>Snake WebAssembly HTML5 Canvas</title>
45
<style>
56
body {

0 commit comments

Comments
 (0)