template.html: viewport width for mobile browsers
Set html5 meta viewport width to device-width. A mobile browser now scales up the directory listing and dir-/filenames are easier to read and click/touch.pull/9/head
parent
47e36a788f
commit
dc2bb3a42b
|
@ -5,6 +5,7 @@
|
|||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width"/>
|
||||
<style type="text/css">
|
||||
body,html {
|
||||
background:#fff;
|
||||
|
|
Loading…
Reference in New Issue