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:
parent
ad753611ab
commit
d8bc6c6a1e
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue