mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
* HMR hoisted scripts * Add to the dep graph * Remove example change * Adds changeset * Fix markdown test
13 lines
191 B
Text
13 lines
191 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>
|