diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 21:51:20 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 21:51:20 +0100 |
commit | aaa5016ea6ec00137868fef0693e9ccdb2ca633d (patch) | |
tree | d91a9661d68ba68b33b0522fb51bc5dcb0fe24a9 /app/view/templates/arthead.php | |
parent | 46ad69fce564ad5f935cbf3ff5b4ef8a41209075 (diff) | |
parent | 2211f5cbae94c09c03c95b4c4d010ddaf72738df (diff) | |
download | wcms-aaa5016ea6ec00137868fef0693e9ccdb2ca633d.tar.gz wcms-aaa5016ea6ec00137868fef0693e9ccdb2ca633d.zip |
Merge branch 'implement-css-parser'
Diffstat (limited to 'app/view/templates/arthead.php')
-rw-r--r-- | app/view/templates/arthead.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/view/templates/arthead.php b/app/view/templates/arthead.php deleted file mode 100644 index b137c7f..0000000 --- a/app/view/templates/arthead.php +++ /dev/null @@ -1,6 +0,0 @@ -<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 |