2023-02-12 14:34:27 -05:00

15 lines
699 B
HTML

<head>
<meta charset="utf-8">
<meta name="date" content=''>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Site.Title }}</title>
<!-- CSS Reset -->
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/3a435f828b.js" crossorigin="anonymous"></script>
<script src="/js/func.js"></script>
</head>