diff --git a/Example-site/index.html b/Example-site/index.html
new file mode 100644
index 0000000..177e6ff
--- /dev/null
+++ b/Example-site/index.html
@@ -0,0 +1,57 @@
+
+
+
+    
+    
+    Br0tcraft
+    
+
+
+    
+    
+    
+    
+      
+      
+      
+      
+    
+    
+    Example
+    Dies wird genutzt für weitere Websiten als Template
+
+    
+
+    
+  
+
\ No newline at end of file
diff --git a/Example-site/style.css b/Example-site/style.css
new file mode 100644
index 0000000..18aa16e
--- /dev/null
+++ b/Example-site/style.css
@@ -0,0 +1,172 @@
+@font-face {
+  font-family: "Roboto";
+  src: url("/fonts/Roboto/Roboto-Regular.ttf");
+}
+
+@font-face {
+  font-family: "Orbitron";
+  src: url("/fonts/Orbitron/Orbitron-Black.ttf");
+}
+
+body {
+  margin: 0;
+  font-family: "Orbitron";
+  background-color: white;
+  z-index: 0;
+}
+
+.Leiste {
+  top: 0px;
+  left: 0px;
+  width: 100%;
+  height: 7vw;
+  position: fixed;
+  background-color: rgb(77, 0, 0);
+  z-index: 0;
+}
+.Background-Leiste {
+  top: 0px;
+  left: 0px;
+  width: 100%;
+  height: 7vw;
+  object-fit: cover;
+  background-color: transparent;
+}
+
+.header-container {
+  top: 3vw;
+  position: relative;
+  width: 100%;
+}
+
+.container {
+  position: fixed;
+  right: 32px;
+  left: 10px;
+  top: 0px;
+  font-family: Orbitron;
+  font-size: 24px;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
+.menu-link-home {
+  color: white;
+  text-decoration: none;
+  margin-left: 0px;
+  font-size: 6vw;
+
+}
+
+.menu-link {
+  font-size: 1.5vw;
+  color: white;
+  text-decoration: none;
+  margin-left: 16px;
+}
+
+.menu-link:hover {
+  text-decoration: underline;
+}
+
+.headline {
+  text-align: center;
+  color: rgb(0, 0, 0);
+  font-size: 4vw;
+  text-shadow: 5px 5px 3px rgba(5, 0, 0, 0.26);
+}
+
+.mobile-menu-icon {
+  display: none; /* Standardmäßig ausblenden */
+  cursor: pointer;
+  position: fixed;
+  top: 0.5vw;
+  right: 20px;
+}
+
+.hamburger-icon {
+  width: 30px;
+  height: 3px;
+  background-color: white;
+  margin: 6px 0;
+}
+
+.menu-links {
+  display: flex;
+  align-items: center;
+  justify-content: flex-end; /* Rechts ausrichten */
+}
+
+.menu-links.show {
+  display: flex;
+}
+
+.menu {
+  display: none;
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  background-color: #333; /* Hintergrundfarbe des Menüs */
+  z-index: 1000;
+}
+
+.menu-link-mobile {
+  color: white;
+  padding: 20px;
+  text-align: center;
+  text-decoration: none;
+  display: block;
+  font-size: 250%;
+  margin: 20px; /* Abstand zwischen den Links hinzufügen */
+}
+
+.mobile-menu {
+  display: none;
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  background-color: transparent;
+  z-index: 1000;
+}
+
+.Inhalt {
+  height: 100%;
+  width: 100%;
+  top: 10vw;
+  left: 0px;
+}
+
+@media screen and (max-width: 937px) {
+  .mobile-menu-icon {
+    display: block; /* Bei kleinen Bildschirmen anzeigen */
+  }
+
+  .hamburger-icon {
+    display: block;
+  }
+
+  .menu-links {
+    display: none;
+    flex-direction: column;
+    position: absolute;
+    top: 80px;
+    right: 0; /* Rechts ausrichten */
+    background-color: #333;
+    width: 100%;
+    justify-content: flex-start; /* Links oben ausrichten */
+  }
+
+  .menu-links.show {
+    display: flex;
+  }
+
+  .mobile-menu.show {
+    display: block;
+    background-color: rgb(104, 0, 0);
+  }
+}
\ No newline at end of file
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/1 version.png b/funny-Seiten/Plankton-Gallery/Planktons/1 version.png
new file mode 100644
index 0000000..12012f2
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/1 version.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Abschluss type.png b/funny-Seiten/Plankton-Gallery/Planktons/Abschluss type.png
new file mode 100644
index 0000000..f2bac8c
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Abschluss type.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Auto.png b/funny-Seiten/Plankton-Gallery/Planktons/Auto.png
new file mode 100644
index 0000000..c5c1937
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Auto.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Bahnmitarbeiter.png b/funny-Seiten/Plankton-Gallery/Planktons/Bahnmitarbeiter.png
new file mode 100644
index 0000000..c65a10b
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Bahnmitarbeiter.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Bauer.png b/funny-Seiten/Plankton-Gallery/Planktons/Bauer.png
new file mode 100644
index 0000000..55e4ff5
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Bauer.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Bello.png b/funny-Seiten/Plankton-Gallery/Planktons/Bello.png
new file mode 100644
index 0000000..e3a11bf
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Bello.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Ein Vielleicht nicht Gesunder Pilz.png b/funny-Seiten/Plankton-Gallery/Planktons/Ein Vielleicht nicht Gesunder Pilz.png
new file mode 100644
index 0000000..9eb9b87
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Ein Vielleicht nicht Gesunder Pilz.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Ein freundlicher Anton.png b/funny-Seiten/Plankton-Gallery/Planktons/Ein freundlicher Anton.png
new file mode 100644
index 0000000..dca3a3c
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Ein freundlicher Anton.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Einkaufender Plankton.png b/funny-Seiten/Plankton-Gallery/Planktons/Einkaufender Plankton.png
new file mode 100644
index 0000000..890ff0e
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Einkaufender Plankton.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Er ist Doktor.png b/funny-Seiten/Plankton-Gallery/Planktons/Er ist Doktor.png
new file mode 100644
index 0000000..5edee81
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Er ist Doktor.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Eugen.png b/funny-Seiten/Plankton-Gallery/Planktons/Eugen.png
new file mode 100644
index 0000000..9ca16e9
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Eugen.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Fake Führerschein.png b/funny-Seiten/Plankton-Gallery/Planktons/Fake Führerschein.png
new file mode 100644
index 0000000..76f4ab8
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Fake Führerschein.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Feridaf.png b/funny-Seiten/Plankton-Gallery/Planktons/Feridaf.png
new file mode 100644
index 0000000..1168567
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Feridaf.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Fliege.png b/funny-Seiten/Plankton-Gallery/Planktons/Fliege.png
new file mode 100644
index 0000000..574a295
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Fliege.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Großmutter Plankton.png b/funny-Seiten/Plankton-Gallery/Planktons/Großmutter Plankton.png
new file mode 100644
index 0000000..0b67358
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Großmutter Plankton.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Hannes.png b/funny-Seiten/Plankton-Gallery/Planktons/Hannes.png
new file mode 100644
index 0000000..d386be3
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Hannes.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Heizungsmensch.png b/funny-Seiten/Plankton-Gallery/Planktons/Heizungsmensch.png
new file mode 100644
index 0000000..1ce2f53
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Heizungsmensch.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Irgendein älterer Heer.png b/funny-Seiten/Plankton-Gallery/Planktons/Irgendein älterer Heer.png
new file mode 100644
index 0000000..d24d150
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Irgendein älterer Heer.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Kassentyp.png b/funny-Seiten/Plankton-Gallery/Planktons/Kassentyp.png
new file mode 100644
index 0000000..e6a36ee
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Kassentyp.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Keine Ahnung.png b/funny-Seiten/Plankton-Gallery/Planktons/Keine Ahnung.png
new file mode 100644
index 0000000..7ecd5ee
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Keine Ahnung.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Klein Plankton.png b/funny-Seiten/Plankton-Gallery/Planktons/Klein Plankton.png
new file mode 100644
index 0000000..0e5dd44
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Klein Plankton.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Kroko.png b/funny-Seiten/Plankton-Gallery/Planktons/Kroko.png
new file mode 100644
index 0000000..8d1ce12
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Kroko.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Mama Plankton.png b/funny-Seiten/Plankton-Gallery/Planktons/Mama Plankton.png
new file mode 100644
index 0000000..a4645c9
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Mama Plankton.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Medizin Martien.png b/funny-Seiten/Plankton-Gallery/Planktons/Medizin Martien.png
new file mode 100644
index 0000000..2185964
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Medizin Martien.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Nachbar.png b/funny-Seiten/Plankton-Gallery/Planktons/Nachbar.png
new file mode 100644
index 0000000..39430a1
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Nachbar.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/O2 Kundenserviece.png b/funny-Seiten/Plankton-Gallery/Planktons/O2 Kundenserviece.png
new file mode 100644
index 0000000..7dc7fee
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/O2 Kundenserviece.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Plankton am Kartenspielen.png b/funny-Seiten/Plankton-Gallery/Planktons/Plankton am Kartenspielen.png
new file mode 100644
index 0000000..d54769c
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Plankton am Kartenspielen.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Plankton am Schnitzen.png b/funny-Seiten/Plankton-Gallery/Planktons/Plankton am Schnitzen.png
new file mode 100644
index 0000000..77d29e1
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Plankton am Schnitzen.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Plankton an der Kasse.png b/funny-Seiten/Plankton-Gallery/Planktons/Plankton an der Kasse.png
new file mode 100644
index 0000000..a56559d
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Plankton an der Kasse.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Plankton.png b/funny-Seiten/Plankton-Gallery/Planktons/Plankton.png
new file mode 100644
index 0000000..74e6269
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Plankton.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Polizist.png b/funny-Seiten/Plankton-Gallery/Planktons/Polizist.png
new file mode 100644
index 0000000..fd16193
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Polizist.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Telefonierend.png b/funny-Seiten/Plankton-Gallery/Planktons/Telefonierend.png
new file mode 100644
index 0000000..491e459
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Telefonierend.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Telekomheini.png b/funny-Seiten/Plankton-Gallery/Planktons/Telekomheini.png
new file mode 100644
index 0000000..195e4f9
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Telekomheini.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Typ am Schreiben.png b/funny-Seiten/Plankton-Gallery/Planktons/Typ am Schreiben.png
new file mode 100644
index 0000000..e097509
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Typ am Schreiben.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Typ in Badewanne.png b/funny-Seiten/Plankton-Gallery/Planktons/Typ in Badewanne.png
new file mode 100644
index 0000000..f2090e9
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Typ in Badewanne.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Ulli.png b/funny-Seiten/Plankton-Gallery/Planktons/Ulli.png
new file mode 100644
index 0000000..ccc6a02
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Ulli.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/Zu viele Yum Yum Nudeln.png b/funny-Seiten/Plankton-Gallery/Planktons/Zu viele Yum Yum Nudeln.png
new file mode 100644
index 0000000..bae0428
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/Zu viele Yum Yum Nudeln.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/ein später Zug.png b/funny-Seiten/Plankton-Gallery/Planktons/ein später Zug.png
new file mode 100644
index 0000000..7a77087
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/ein später Zug.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/kurvabobba.png b/funny-Seiten/Plankton-Gallery/Planktons/kurvabobba.png
new file mode 100644
index 0000000..1ff28d5
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/kurvabobba.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/unsicherer Torsten.png b/funny-Seiten/Plankton-Gallery/Planktons/unsicherer Torsten.png
new file mode 100644
index 0000000..c543a99
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/unsicherer Torsten.png differ
diff --git a/funny-Seiten/Plankton-Gallery/Planktons/verrückter Bauarbeiter.png b/funny-Seiten/Plankton-Gallery/Planktons/verrückter Bauarbeiter.png
new file mode 100644
index 0000000..7228139
Binary files /dev/null and b/funny-Seiten/Plankton-Gallery/Planktons/verrückter Bauarbeiter.png differ
diff --git a/funny-Seiten/Plankton-Gallery/index.html b/funny-Seiten/Plankton-Gallery/index.html
new file mode 100644
index 0000000..b1600a2
--- /dev/null
+++ b/funny-Seiten/Plankton-Gallery/index.html
@@ -0,0 +1,102 @@
+
+
+
+    
+    
+    Br0tcraft
+    
+
+
+    
+    
+    
+    
+      
+      
+      
+      
+    
+    
+    Die bisher größte
+    Plankton-Gallery
+    
+    
+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

+      

    
+    
       
       
       
     
     
     Spiele
     
@@ -50,13 +53,14 @@
     
     Tutorials
     
-      
 
     Turbowarp-Extensions
+    Funny Seiten von mir