PerlaTheDog/assets/includes/header.php

15 lines
901 B
PHP

<?php
include(__DIR__ . './../../assets/config.php');
?>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="<?php echo cdnurl?>/assets/css/main.min.css" />
<noscript><link rel="stylesheet" href="<?php echo cdnurl?>/assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/webp" href="<?php echo cdnurl?>/img/site/favicon-32.webp" sizes="32x32">
<link rel="icon" type="image/webp" href="<?php echo cdnurl?>/img/site/favicon-16.webp" sizes="16x16">
<p hidden> <a rel="me" href="<?php echo mastodon ?>">Mastodon</a></p>
<meta name="keywords" content="PTD, Perla, Perla The Dog, Gov Perla">
<meta property="og:image" content="<?php echo ogimg ?>">
<noscript>
<h1 class="align-center">This Site <strong>Requires</strong> JavaScript To Function</h1>
</noscript>