summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorjr conlin <[email protected]>2017-09-02 14:15:19 -0700
committerjr conlin <[email protected]>2017-09-02 14:15:19 -0700
commitb4865103857f6dc50946632d36308db47f705f7e (patch)
tree7294bdf999689842f3455a1bd4bd843114bbe807 /index.php
parent153cb6d30510f9804fe596ac6777bc2f35111ae2 (diff)
Add "viewport" meta to allow mobile devices ability to resize and display page.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 15832aaab..87a50e45d 100644
--- a/index.php
+++ b/index.php
@@ -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 ?>"