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
Daniel Schömer 2013-12-28 17:56:13 +01:00
parent 47e36a788f
commit dc2bb3a42b
1 changed files with 1 additions and 0 deletions

View File

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