This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vacy/_includes/master/head.html
2023-01-12 22:39:14 -05:00

16 lines
799 B
HTML

<head>
<title>{{page.title}} | {{site.title}}</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
<link rel="stylesheet" href="/assets/css/master.css">
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=zen-maru-gothic:300,500,900" rel="stylesheet" />
<script src="/assets/js/scroll-header.js"></script>
<script src="https://kit.fontawesome.com/8c02e5f10f.js" crossorigin="anonymous"></script>
<script defer data-domain="blueanimates.net"
data-api="https://twilight-mud-3968.korbs-studio.workers.dev/api/event"
src="https://twilight-mud-3968.korbs-studio.workers.dev/js/script.js"></script>
></script>
</head>