diff options
author | Galin Simeonov <gts@volconst.com> | 2021-10-02 00:29:43 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-10-02 00:29:43 +0300 |
commit | 4b4b619be01d8d11d7af7b11c77ee68f73aa64f3 (patch) | |
tree | b8f7232a2651fb4dfbe40ed9c1b3d5df8a5b492b /snek.html | |
parent | 13788b008ca6b0edb5997c794a2539b4a1493f08 (diff) | |
download | snek-4b4b619be01d8d11d7af7b11c77ee68f73aa64f3.tar.gz |
added html meta tag to make screen scaling for phones better
Diffstat (limited to 'snek.html')
-rw-r--r-- | snek.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <meta charset="utf-8"> <script src="snek.js"></script> <link rel="stylesheet" href="snek.css"> - + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body onload="main()"> |