10 lines
371 B
HTML
10 lines
371 B
HTML
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>{{ .Site.Title }}</title>
|
||
|
<link rel="stylesheet" href="css/style.css">
|
||
|
<script src="https://cdn.tailwindcss.com"></script>
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||
|
</head>
|
||
|
|