astro-testing/src/pages/index.astro
2024-07-29 07:53:59 -04:00

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>