1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-02 12:57:59 +02:00

Added viewport meta tag to header

This commit is contained in:
Andrew Davis
2018-09-03 11:23:26 -05:00
parent 5af12b3ea8
commit f30f79c776

View File

@@ -6,6 +6,7 @@
<title><?= $title ?? 'PHP Apprentice' ?></title>
<meta name="description" content="<?= $description ?? 'A site for learning how to use PHP'?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/site.css">
<link rel="icon" href="/favicon-32.png">