PerlaTheDog/assets/includes/header.php

15 lines
901 B
PHP
Raw Permalink Normal View History

2022-12-19 19:18:20 -08:00
<?php
include(__DIR__ . './../../assets/config.php');
?>
2022-12-19 00:50:21 -08:00
<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">
2022-12-19 19:18:20 -08:00
<p hidden> <a rel="me" href="<?php echo mastodon ?>">Mastodon</a></p>
2022-12-20 19:45:15 -08:00
<meta name="keywords" content="PTD, Perla, Perla The Dog, Gov Perla">
2022-12-19 19:18:20 -08:00
<meta property="og:image" content="<?php echo ogimg ?>">
2023-09-09 12:44:33 -07:00
<noscript>
<h1 class="align-center">This Site <strong>Requires</strong> JavaScript To Function</h1>
</noscript>