diff options
Diffstat (limited to 'app/view/templates/arthead.php')
-rw-r--r-- | app/view/templates/arthead.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/view/templates/arthead.php b/app/view/templates/arthead.php new file mode 100644 index 0000000..b137c7f --- /dev/null +++ b/app/view/templates/arthead.php @@ -0,0 +1,6 @@ +<meta charset="utf8" /> +<meta name="viewport" content="width=device-width" /> +<link rel="shortcut icon" href="./media/logo.png" type="image/x-icon"> +<title><?= $title ?></title> +<meta name="description" content="<?= $description ?>"> +<link rel="stylesheet" href="./css/soft.css">
\ No newline at end of file |