1
0
Fork 0
mirror of https://github.com/TheTaz25/denis.ergin.git synced 2025-07-06 13:18:49 +00:00

feat(tasks): move html-1.astro to index in regarding folder

This commit is contained in:
Denis Ergin 2024-10-02 10:44:05 +02:00
parent ad753611ab
commit d8bc6c6a1e

View file

@ -1,5 +1,5 @@
---
import Layout from "../../layouts/Layout.astro";
import Layout from "../../../layouts/Layout.astro";
---
<Layout title="HTML Aufgabe 1">
@ -8,9 +8,11 @@ import Layout from "../../layouts/Layout.astro";
Mit den bisher erlernten Inhalten sollte es möglich sein eine erste kleine HTML-Seite aufzubauen.
<br>
Die Art ist euch überlassen:
<!-- ToDo: Cards? -->
<ul>
<li>Ein Lebenslauf</li>
<li>Einen Blogeintrag über euch</li>
<li>Eine Aufgabenseite wie diese hier?</li>
<li>Eure eigene kreative Idee</li>
</ul>
</p>