From 4031509cc4bc642d2b673d1d17c11a0e4e504781 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 25 May 2020 17:13:11 -0700 Subject: [PATCH 1/1] Correct various meta viewport tags I don't know where this cargo cult started, but the semicolon separator was just wrong, (should be a comma), and the maximum-scale=1.0 and user-scalable=0 were really just rude, (if a user needs to/wants to zoom in on a page for accessibility purposes, who are we to say they can't or shouldn't?). --- empires/game.html | 2 +- empires/index.html | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/empires/game.html b/empires/game.html index c901f5f..da7e730 100644 --- a/empires/game.html +++ b/empires/game.html @@ -2,7 +2,7 @@ - + The Game of Empires diff --git a/empires/index.html b/empires/index.html index 76b5e95..b873e9e 100644 --- a/empires/index.html +++ b/empires/index.html @@ -2,7 +2,7 @@ - + The Game of Empires diff --git a/index.html b/index.html index 3d0842c..261234a 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + LMNO Games -- 2.43.0