Added <meta> with viewport options

From issue #120:
<meta name="viewport" content="width=device-width, initial-scale=1"/>
This commit is contained in:
codddfeea 2022-04-20 10:02:43 +03:00
parent a27b3b0d90
commit 51a8d333e5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/> <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> <title>[Program/Service Name Here] — Spyware Watchdog</title>
<link rel="stylesheet" href="../style.css" /> <link rel="stylesheet" href="../style.css" />
</head> </head>