projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5fdea5
)
Add viewport tag
author
Carl Worth
<cworth@cworth.org>
Mon, 11 May 2020 23:25:52 +0000
(16:25 -0700)
committer
Carl 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.
empires/index.html
patch
|
blob
|
history
diff --git
a/empires/index.html
b/empires/index.html
index e988bee015c7015c782b8e768e689a0819190ad4..4feaaf93695bfeba1a543ee4834a8ce2dc517ba0 100644
(file)
--- a/
empires/index.html
+++ b/
empires/index.html
@@
-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>