mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
16 lines
309 B
Text
16 lines
309 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</h1>
|
|
</body>
|
|
</html>
|