Temp Finish (Lesson 01)

This commit is contained in:
MangoPig
2025-12-09 22:10:27 +00:00
parent 060839a6b7
commit 6c523d019e
38 changed files with 375 additions and 40 deletions

View File

@@ -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>