You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
699 B
15 lines
699 B
<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>
|