put the mobile web incantation in

so it doesn't look teeny tiny on mobile browsers at first
This commit is contained in:
Kevin Marks 2016-09-19 11:32:06 -07:00 committed by GitHub
parent a8828f1174
commit ba3b5b2af6

View file

@ -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>