astro/docs/src/pages/index.astro

10 lines
157 B
Text
Raw Normal View History

2021-07-15 14:13:35 -04:00
---
import Layout from '../layouts/Main.astro';
2021-07-15 14:13:35 -04:00
---
<Layout centered>
<h1>
<code style="white-space: nowrap;">npm init astro</code>
</h1>
</Layout>