ANGRY SNEK



LOG | FILES | OVERVIEW


F diff --git a/snek.css b/snek.css --- a/snek.css +++ b/snek.css
+ body {
+ overflow:hidden;
+ width:100%;
+ }
F diff --git a/snek.html b/snek.html --- a/snek.html +++ b/snek.html
<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>