Add meta description

phpcs-errors:0 phpunit-status:successful phpstan-errors:1
This commit is contained in:
Joshua Ramon Enslin 2020-11-18 15:23:52 +01:00
parent 1596d4a3e0
commit 4939f2033a
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -105,6 +105,7 @@ function mdExceptionHandler(Throwable $exception):void {
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Validate import CSV files for museum-digital" />
<link rel="manifest" href="./manifest.webmanifest" /> <link rel="manifest" href="./manifest.webmanifest" />
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css" /> <link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css" />
<link rel="shortcut icon" sizes="128x128" href="assets/img/mdlogo-csvxml.svg" />'; <link rel="shortcut icon" sizes="128x128" href="assets/img/mdlogo-csvxml.svg" />';
@ -186,6 +187,7 @@ function printHTMLHead(string $injected = ""):string {
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Validate import CSV files for museum-digital" />
<meta name="theme-color" content="#FFF" /> <meta name="theme-color" content="#FFF" />
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css" /> <link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css" />