Progress.
This commit is contained in:
@ -327,12 +327,22 @@ function printHTMLPage(string $title, string $contents, string $lang = "en", str
|
||||
<head>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<title>' . $title . '</title>
|
||||
<meta>' . $descriptions . '</meta>
|
||||
<link rel="shortcut icon" sizes="16x16 32x32" href="./db_images_gestaltung/mdlogo-32px.png" />
|
||||
<link rel="shortcut icon" sizes="64x64" href="./db_images_gestaltung/mdlogo-64px.png" /><link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
|
||||
<meta name="twitter:title" content="' . $title. '" />
|
||||
<meta property="og:title" content="' . $title. '" />
|
||||
<title>' . $title. '</title>
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@museumdigital" />
|
||||
<meta name="description" content="' . $descriptions . '" />
|
||||
<meta name="twitter:description" content="' . $descriptions . '" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
|
||||
</head>
|
||||
<body id="start">
|
||||
|
Reference in New Issue
Block a user