Improve page display on mobile devices

This commit is contained in:
Trevor Slocum 2016-06-24 12:53:33 -07:00 committed by GitHub
parent 7f9ffa31f4
commit f84085c07e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ function pageHeader() {
<meta http-equiv="expires" content="0">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>
EOF;
$return .= TINYIB_BOARDDESC . <<<EOF