Set initial scale to work on iPhone.
This commit is contained in:
parent
83419e363f
commit
d1e30011c6
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" href="/fnord.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/coderay.css" type="text/css" />
|
||||
<!--[if !IE]>-->
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
|
||||
<script type="text/javascript">
|
||||
window.scrollTo(0, 1);
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue