PerlaTheDog/assets/includes/header.php

13 lines
690 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="/assets/css/main.css" />
<noscript><link rel="stylesheet" href="/assets/css/noscript.css" /></noscript>
<link rel="icon" type="image/png" href="/img/site/favicon-32.webp" sizes="32x32">
<link rel="icon" type="image/png" href="/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">
<meta property="og:image" content="<?php echo ogimg ?>">