Fix rendering of test file on mobile

This commit is contained in:
Nicolas Gallagher 2014-01-24 13:15:41 -08:00
parent 20e58223c9
commit e372fcd83d

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Normalize CSS</title>
<link rel="stylesheet" href="normalize.css">
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>