diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..e886e00 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * + +Disallow: /slides/* \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2e67fe8..9c5df40 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,6 +1,7 @@ --- import Link from '../components/atoms/Link.astro'; import { getLangFromUrl, useTranslations } from '../i18n/utils'; +import '../styles/global.css' interface Props { title: string; diff --git a/src/pages/tasks/html-1.astro b/src/pages/tasks/html-1.astro index 87d3a16..59974c1 100644 --- a/src/pages/tasks/html-1.astro +++ b/src/pages/tasks/html-1.astro @@ -5,13 +5,30 @@ import Layout from "../../layouts/Layout.astro";

Aufgabe #1 zu HTML

- Mit den bisher erlernten Inhalten sollte es möglich sein eine erste kleine HTML-Seite aufzubauen. Als Zielsetzung: versucht euch selber in dieser ersten HTML-Seite zu präsentieren. + Mit den bisher erlernten Inhalten sollte es möglich sein eine erste kleine HTML-Seite aufzubauen.
- Die Form ist euch überlassen: + Die Art ist euch überlassen:

-
\ No newline at end of file +

+ Tipps & Tricks +

+

+ Sobald ihr eure ersten Zeilen HTML geschrieben habt, könnt ihr euch mal folgendes ansehen: +

+ + diff --git a/src/styles/global.css b/src/styles/global.css new file mode 100644 index 0000000..e69de29