2021-11-23 02:03:45 +00:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<html lang="en">
|
2021-12-22 21:11:05 +00:00
|
|
|
<head>
|
2021-11-23 02:03:45 +00:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<title>Welcome to Astro</title>
|
2021-12-22 21:11:05 +00:00
|
|
|
</head>
|
2021-11-23 02:03:45 +00:00
|
|
|
|
|
|
|
<body>
|
|
|
|
<h1>Welcome to <a href="https://astro.build/">Astro</a></h1>
|
|
|
|
<script src={Astro.resolve('../index.ts')} type="module" hoist></script>
|
|
|
|
</body>
|
|
|
|
</html>
|