PerlaTheDog/assets/includes/header.php

13 lines
690 B
PHP
Raw 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="/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">
2022-12-19 19:18:20 -08:00
<p hidden> <a rel="me" href="<?php echo mastodon ?>">Mastodon</a></p>
2022-12-19 00:50:21 -08:00
<meta name="keywords" content="PTD, Perla, Perla The Dog">
2022-12-19 19:18:20 -08:00
<meta property="og:image" content="<?php echo ogimg ?>">