me
/
ethanreece.com
Archived
1
0
Fork 0

Add prettier and eslint

main
Ethan Reece 2023-05-24 15:37:12 -05:00
parent d96b630aee
commit 5eee44c205
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 75 additions and 73 deletions

View File

@ -1,14 +1,16 @@
---
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