1
0
Fork 0
forked from wezm/wezm.net

Set view port to device width

This commit is contained in:
Wesley Moore 2010-06-30 12:41:11 +10:00
parent c8cec6d5cc
commit d4c0954c01

View file

@ -1,5 +1,5 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=320px" />
<meta name="viewport" content="width=device-width" />
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
<!--[if lt IE 9]>
<script src="/js/html5.js"></script>