26 lines
959 B
Plaintext
26 lines
959 B
Plaintext
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<meta name="generator" content={Astro.generator} />
|
||
|
<link rel="stylesheet" href="/global.css" />
|
||
|
<title>Fernando Araoz - Blog</title>
|
||
|
<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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
type="text/css"
|
||
|
href="https://unpkg.com/@phosphor-icons/web@2.1.1/src/regular/style.css"
|
||
|
/>
|
||
|
<script src="//unpkg.com/alpinejs" defer></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<slot />
|
||
|
</body>
|
||
|
</html>
|