Temp Finish (Lesson 01)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
---
|
||||
// Path: src/pages/resources.astro
|
||||
// Path: 00-Lesson-Site/frontend/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>
|
||||
<h1>THIS PAGE IS EMPTY</h1>
|
||||
<p>But you can find the lessons here!</p>
|
||||
<ul>
|
||||
<li><a href="lessons/01-intro">Lesson 01!</a></li>
|
||||
</ul>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user