me
/
ethanreece.com
Archived
1
0
Fork 0

formatting fix

main
Ethan Reece 2023-05-24 15:38:14 -05:00
parent 3b6dcd02c3
commit 9a80307168
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 73 additions and 75 deletions

View File

@ -1,16 +1,14 @@
---
import Layout from '../layouts/Layout.astro'
import Card from '../components/Card.astro'
import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
---
<Layout title="Welcome to Astro.">
<main>
<h1>Welcome to <span class="text-gradient">Astro</span></h1>
<p class="instructions">
To get started, open the directory <code>src/pages</code> in your project.<br
/>
<strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message
above.
To get started, open the directory <code>src/pages</code> in your project.<br />
<strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.
</p>
<ul role="list" class="link-card-grid">
<Card