]> git.cworth.org Git - empires-html/commitdiff
Add viewport tag
authorCarl Worth <cworth@cworth.org>
Mon, 11 May 2020 23:25:52 +0000 (16:25 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 11 May 2020 23:25:52 +0000 (16:25 -0700)
Telling browsers that we know we are a mobile-friendly site and we
don't want any of that scrolling/zooming nonsense.

index.html

index e988bee015c7015c782b8e768e689a0819190ad4..4feaaf93695bfeba1a543ee4834a8ce2dc517ba0 100644 (file)
@@ -2,6 +2,7 @@
 <html>
   <head>
     <meta charset="utf-8"/>
+    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
 
     <title>The Game of Empires</title>