astro/examples/minimal/src/pages/index.astro
2022-01-31 16:28:29 -05:00

13 lines
No EOL
190 B
Text

---
---
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Astro</title>
</head>
<body>
<h1>Astro</h1>
</body>
</html>