18 lines
382 B
Text
18 lines
382 B
Text
---
|
|
|
|
---
|
|
|
|
<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} />
|
|
<title>Astro</title>
|
|
</head>
|
|
<body>
|
|
<h1>Astro 2</h1>
|
|
<a href="/about">second page idk</a>
|
|
<a href="/blog">Cool blog</a>
|
|
</body>
|
|
</html>
|