Added <meta> with viewport options
From issue #120: <meta name="viewport" content="width=device-width, initial-scale=1"/>
This commit is contained in:
parent
a27b3b0d90
commit
51a8d333e5
|
@ -9,6 +9,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>[Program/Service Name Here] — Spyware Watchdog</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue