Upload and test

This commit is contained in:
MangoPig
2025-12-09 17:25:14 +00:00
parent f9a669ae69
commit dba1acccee
53 changed files with 1756 additions and 107 deletions

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