put the mobile web incantation in
so it doesn't look teeny tiny on mobile browsers at first
This commit is contained in:
parent
a8828f1174
commit
ba3b5b2af6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My New Website</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue