+1. Erstelle eine neue Datei unter `src/components/Footer.astro`.
+
+2. Kopiere den folgenden Code in die neue `Footer.astro`-Datei.
+
+ ```astro title="src/components/Footer.astro"
+ ---
+ const platform = "github";
+ const username = "withastro";
+ ---
+
+
+ ```
+
+
+### Importiere und verwende `Footer.astro`
+
+