Skip to content

Commit

Permalink
Testing variations of the viewport meta tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Mar 31, 2024
1 parent e30d42d commit 2643838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/webapp/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<title>AGILE - An HTML5 implementation of Sierra On-Line's AGI interpreter</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
<meta id="gameViewport" name="viewport" content="width=device-width initial-scale=1.0 interactive-widget=resizes-content">
<meta name="theme-color" content="#000000">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
Expand Down

0 comments on commit 2643838

Please sign in to comment.