Upload and test
This commit is contained in:
12
00-Lesson-Site/frontend/src/pages/resources.astro
Normal file
12
00-Lesson-Site/frontend/src/pages/resources.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
// Path: src/pages/resources.astro
|
||||
|
||||
import Layout from "../layouts/LessonLayout.astro";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<h1>Welcome to the Lesson Site</h1>
|
||||
<p>This is the homepage of the lesson site built with Astro.</p>
|
||||
|
||||
<a href="/lessons/01-intro">Lesson 1</a>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user