diff options
-rw-r--r-- | snek.css | 4 | ||||
-rw-r--r-- | snek.html | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,4 @@ +body { + overflow:hidden; + width:100%; +} @@ -5,6 +5,9 @@ <title> ANGRY SNEK </title> <meta charset="utf-8"> <link rel="stylesheet" href="snek.css"> + <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=0.5" /> + <meta name="apple-mobile-web-app-capable" content="yes" /> + </head> <body> |