Add "viewport" meta to allow mobile devices ability to resize and display page.
This commit is contained in:
parent
153cb6d305
commit
b486510385
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Tiny Tiny RSS</title>
|
||||
<meta name="viewport" content="initial-scale=1,width=device-width" />
|
||||
|
||||
<script type="text/javascript">
|
||||
var __ttrss_version = "<?php echo VERSION ?>"
|
||||
|
|
Loading…
Reference in a new issue