32 lines
No EOL
1.4 KiB
PHP
32 lines
No EOL
1.4 KiB
PHP
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title><?= $siteName; ?> - <?= $title; ?></title>
|
|
|
|
<meta name="color-scheme" content="light dark" type="text/css">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="../../assets/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="../../assets/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="../../assets/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="../../assets/favicons/site.webmanifest">
|
|
<link rel="mask-icon" href="../../assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
|
|
<link rel="shortcut icon" href="../../assets/favicons/favicon.ico">
|
|
<meta name="msapplication-TileColor" content="#2b5797">
|
|
<meta name="msapplication-config" content="../../assets/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<meta name="google-site-verification" content="verification_token">
|
|
|
|
<meta name="generator" content="program">
|
|
|
|
<meta name="referrer" content="no-referrer">
|
|
|
|
<link rel="author" href="humans.txt">
|
|
|
|
<?php if ($params[0]['config']['debug'] === true): ?>
|
|
<link rel="stylesheet" href="../../assets/css/app.css?t=<?= time(); ?>">
|
|
<?php else : ?>
|
|
<link rel="stylesheet" href="../../assets/css/app-min.css">
|
|
<?php endif; ?>
|
|
</head>
|