diff --git a/AdditionalSites/analyticsTEST.php b/AdditionalSites/analyticsTEST.php new file mode 100644 index 0000000..d8e7212 --- /dev/null +++ b/AdditionalSites/analyticsTEST.php @@ -0,0 +1,301 @@ +connect_error) { + die("Verbindung zur Datenbank fehlgeschlagen: " . $conn->connect_error); +} + +// Abfrage für die Anzahl der Benutzer +$sql = "SELECT COUNT(*) as total_users FROM UserAccounts"; +$result = $conn->query($sql); +$row = $result->fetch_assoc(); +$totalUsers = $row['total_users']; + +// Abfrage für die Anzahl der Regionen +$sql = "SELECT COUNT(*) as total_regions FROM regions"; +$result = $conn->query($sql); +$row = $result->fetch_assoc(); +$totalRegions = $row['total_regions']; + +// Abfrage für die Anzahl der Online-Benutzer +$sql = "SELECT COUNT(*) as online_users FROM Presence WHERE LastSeen > NOW() - INTERVAL 5 MINUTE"; +$result = $conn->query($sql); +$row = $result->fetch_assoc(); +$onlineUsers = $row['online_users']; + +// Abfrage für die letzten Transaktionen +$sql = "SELECT sender, receiver, amount, time FROM transactions ORDER BY time DESC LIMIT 5"; +$result = $conn->query($sql); +$recentTransactions = []; +while ($row = $result->fetch_assoc()) { + $recentTransactions[] = $row; +} + +// Abfrage für die letzten Benutzer +$sql = "SELECT PrincipalID, FirstName, LastName, Created FROM UserAccounts ORDER BY Created DESC LIMIT 5"; +$result = $conn->query($sql); +$recentUsers = []; +while ($row = $result->fetch_assoc()) { + $recentUsers[] = $row; +} + +// Abfrage für die Gesamtsumme der Transaktionen +$sql = "SELECT SUM(amount) as total_amount FROM transactions"; +$result = $conn->query($sql); +$row = $result->fetch_assoc(); +$totalTransactions = $row['total_amount']; + +// Abfrage für die Regionen mit den meisten Besuchern +$sql = "SELECT RegionID, COUNT(*) as visit_count FROM Presence GROUP BY RegionID ORDER BY visit_count DESC LIMIT 5"; +$result = $conn->query($sql); +$topRegions = []; +while ($row = $result->fetch_assoc()) { + $topRegions[] = $row; +} + +// Abfrage für die letzten Benutzeraktivitäten +$sql = "SELECT UserID, LastSeen FROM Presence ORDER BY LastSeen DESC LIMIT 5"; +$result = $conn->query($sql); +$recentActivities = []; +while ($row = $result->fetch_assoc()) { + $recentActivities[] = $row; +} + +// Verbindung schließen +$conn->close(); +?> + + + + +<?php echo SITE_NAME; ?> Analytics + + + + + + + + + + +
+ + Analytics +
+ + + + + +
+ + +
+ + +
+
My Dashboard
+
+ +
+
+
+
+
+

+
+
+

Total Users

+
+
+
+
+
+
+

+
+
+

Total Regions

+
+
+
+
+
+
+

+
+
+

Online Users

+
+
+
+
+
+
+

+
+
+

Total Transactions

+
+
+
+ + +
+
Recent Transactions
+ + + + + + + + + +
+
+ + +
+
Recent Users
+ +
+ +

New Visitors

+
+
+25%
+
+ +

New Users

+
+
50%
+
+ +

Bounce Rate

+
+
45%
+
+ + +
+
Top Regions by Visitors
+ + + + + + + + +
visits
+
+ + +
+
Recent User Activities
+ + + + + + + + +
+
+ + +
+ + + + + \ No newline at end of file diff --git a/AdditionalSites/marketing.php b/AdditionalSites/marketing.php new file mode 100644 index 0000000..d4821e0 --- /dev/null +++ b/AdditionalSites/marketing.php @@ -0,0 +1,286 @@ + + + + +<?php echo $baseadress; ?> Marketing + + + + + + + + + + +
+
+
+ Home +
+
+ Plans +
+
+ About +
+
+ Contact +
+
+
+ + +
+ +
+

MARKETING

+

Welcome to Marketing

+
+ + +
+
+ +
+ Ihr könnt ein ganzes Anwesen haben. +
+
+
+ +
+ Ihr könnt ein Grundstück haben. +
+
+
+ +
+ Ihr könnt eure Regionen anbinden. +
+
+ + +
+
+
+ +
+ + + +
+
+
+ + +
+
+ What We Offer +
+
+

Design

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+
+ +
+

Branding

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+
+ +
+

Consultation

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+
+ +
+

Promises

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+
+
+ + +
+
+

Pricing Plans

+

Choose a pricing plan that fits your needs.

+
+ +
+
    +
  • Grundstück
  • +
  • 1GB Storage
  • +
  • 100 Prims
  • +
  • 10 Mesh
  • +
  • Endless Support
  • +
  • +

    $ 10

    + per month +
  • +
  • + +
  • +
+
+ +
+
    +
  • Region
  • +
  • 5GB Storage
  • +
  • 25000 Prims
  • +
  • 250 Mesh
  • +
  • Endless Support
  • +
  • +

    $ 25

    + per month +
  • +
  • + +
  • +
+
+ +
+
    +
  • Anbinden
  • +
  • 50GB Storage
  • +
  • 50000 Prims
  • +
  • 500 Mesh
  • +
  • Endless Support
  • +
  • +

    $ 50

    + per month +
  • +
  • + +
  • +
+
+
+ + +
+
+ Who We Are +
+ +
+
+ John +
+

Jane Doe

+

CEO & Founder

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+

+
+
+
+ +
+
+ Mike +
+

Mike Ross

+

Art Director

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+

+
+
+
+ +
+
+ Jane +
+

John Doe

+

Designer

+

Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.

+

+
+
+
+
+ + +
+ Contact Us +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/AdditionalSites/readme.md b/AdditionalSites/readme.md new file mode 100644 index 0000000..b78f592 --- /dev/null +++ b/AdditionalSites/readme.md @@ -0,0 +1,2 @@ +# Testseiten +Die gewünschte Seite in das Hauptverzeichnis kopieren und nach Wunsch umgestalten. diff --git a/AdditionalSites/travel.php b/AdditionalSites/travel.php new file mode 100644 index 0000000..8a1b3c2 --- /dev/null +++ b/AdditionalSites/travel.php @@ -0,0 +1,280 @@ + 0) { + $randomKeys = array_rand($images, min(5, count($images))); + if (is_array($randomKeys)) { + foreach ($randomKeys as $key) { + $randomImages[] = $images[$key]; + } + } else { + $randomImages[] = $images[$randomKeys]; + } +} +?> + + + +<?php echo $baseadress; ?> Travel + + + + + + + + + + +
+ Travel + +
+ + +
+
+
+ + + +
+ + + + + + + +
+
+ + +
+ + +
+

Grids

+
Eine Auswahl von Grids:
+
+ + + + + + + + + + +
GridnameGridlink
+
+
+ + +
+

Bilder

+
+
+ 0) { + foreach ($randomImages as $image) { + echo '
'; + echo 'Random Image'; + echo '
'; + } + } else { + echo '

Keine Bilder gefunden.

'; + } + ?> +
+
+
+ + +
+

Nächste Termine

+
+ +
+
+ + +
+

Legal

+

Terms of Service | DMCA

+
+ + +
+ + + + + + + + \ No newline at end of file diff --git a/calendar/1WeihnachtsfeiertagKalenderbild.jpg b/calendar/1WeihnachtsfeiertagKalenderbild.jpg new file mode 100644 index 0000000..620ab13 Binary files /dev/null and b/calendar/1WeihnachtsfeiertagKalenderbild.jpg differ diff --git a/calendar/2WeihnachtsfeiertagKalenderbild.jpg b/calendar/2WeihnachtsfeiertagKalenderbild.jpg new file mode 100644 index 0000000..9831d46 Binary files /dev/null and b/calendar/2WeihnachtsfeiertagKalenderbild.jpg differ diff --git a/calendar/AugsburgerFriedenKalenderbild.jpg b/calendar/AugsburgerFriedenKalenderbild.jpg new file mode 100644 index 0000000..16303d5 Binary files /dev/null and b/calendar/AugsburgerFriedenKalenderbild.jpg differ diff --git a/calendar/BussBettagKalenderbild.jpg b/calendar/BussBettagKalenderbild.jpg new file mode 100644 index 0000000..b98ef61 Binary files /dev/null and b/calendar/BussBettagKalenderbild.jpg differ diff --git a/calendar/DeutscheEinheitKalenderbild.jpg b/calendar/DeutscheEinheitKalenderbild.jpg new file mode 100644 index 0000000..3ec9531 Binary files /dev/null and b/calendar/DeutscheEinheitKalenderbild.jpg differ diff --git a/calendar/FrauentagKalenderbild.jpg b/calendar/FrauentagKalenderbild.jpg new file mode 100644 index 0000000..463bc82 Binary files /dev/null and b/calendar/FrauentagKalenderbild.jpg differ diff --git a/calendar/FronleichnamKalenderbild.jpg b/calendar/FronleichnamKalenderbild.jpg new file mode 100644 index 0000000..caafe6b Binary files /dev/null and b/calendar/FronleichnamKalenderbild.jpg differ diff --git a/calendar/HDKKalenderbild.jpg b/calendar/HDKKalenderbild.jpg new file mode 100644 index 0000000..f18997a Binary files /dev/null and b/calendar/HDKKalenderbild.jpg differ diff --git a/calendar/KalenderbildAllerheiligen.jpg b/calendar/KalenderbildAllerheiligen.jpg new file mode 100644 index 0000000..31b7453 Binary files /dev/null and b/calendar/KalenderbildAllerheiligen.jpg differ diff --git a/calendar/KalenderbildHimmelfahrt.jpg b/calendar/KalenderbildHimmelfahrt.jpg new file mode 100644 index 0000000..0e80006 Binary files /dev/null and b/calendar/KalenderbildHimmelfahrt.jpg differ diff --git a/calendar/KalenderbildMariaHimmelfahrt.jpg b/calendar/KalenderbildMariaHimmelfahrt.jpg new file mode 100644 index 0000000..eefb9b2 Binary files /dev/null and b/calendar/KalenderbildMariaHimmelfahrt.jpg differ diff --git a/calendar/KalenderbildOstermontag.jpg b/calendar/KalenderbildOstermontag.jpg new file mode 100644 index 0000000..b711caf Binary files /dev/null and b/calendar/KalenderbildOstermontag.jpg differ diff --git a/calendar/KarfreitagKalenderbild.jpg b/calendar/KarfreitagKalenderbild.jpg new file mode 100644 index 0000000..7c341c2 Binary files /dev/null and b/calendar/KarfreitagKalenderbild.jpg differ diff --git a/calendar/NeujahrKalenderbild.jpg b/calendar/NeujahrKalenderbild.jpg new file mode 100644 index 0000000..495c3e8 Binary files /dev/null and b/calendar/NeujahrKalenderbild.jpg differ diff --git a/calendar/OstersonntagKalenderbild.jpg b/calendar/OstersonntagKalenderbild.jpg new file mode 100644 index 0000000..d19dc49 Binary files /dev/null and b/calendar/OstersonntagKalenderbild.jpg differ diff --git a/calendar/PfingstmontagKalenderbild.jpg b/calendar/PfingstmontagKalenderbild.jpg new file mode 100644 index 0000000..595214d Binary files /dev/null and b/calendar/PfingstmontagKalenderbild.jpg differ diff --git a/calendar/PfingstsonntagKalenderbild.jpg b/calendar/PfingstsonntagKalenderbild.jpg new file mode 100644 index 0000000..6703307 Binary files /dev/null and b/calendar/PfingstsonntagKalenderbild.jpg differ diff --git a/calendar/ReformationstagKalenderbild.jpg b/calendar/ReformationstagKalenderbild.jpg new file mode 100644 index 0000000..a81fc38 Binary files /dev/null and b/calendar/ReformationstagKalenderbild.jpg differ diff --git a/calendar/TagderArbeitKalenderbild.jpg b/calendar/TagderArbeitKalenderbild.jpg new file mode 100644 index 0000000..e138c1f Binary files /dev/null and b/calendar/TagderArbeitKalenderbild.jpg differ diff --git a/calendar/WeltkindertagKalenderbild.jpg b/calendar/WeltkindertagKalenderbild.jpg new file mode 100644 index 0000000..6adb029 Binary files /dev/null and b/calendar/WeltkindertagKalenderbild.jpg differ diff --git a/calendar/WeltkriegKalenderbild.jpg b/calendar/WeltkriegKalenderbild.jpg new file mode 100644 index 0000000..d7d8e6d Binary files /dev/null and b/calendar/WeltkriegKalenderbild.jpg differ diff --git a/calendar/events.json b/calendar/events.json new file mode 100644 index 0000000..edd3001 --- /dev/null +++ b/calendar/events.json @@ -0,0 +1,254 @@ +[ + { + "date": "2025-01-01", + "image": "calendar/NeujahrKalenderbild.jpg", + "texts": [ + "Neujahr", + "01.01.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Neujahr", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-01-06", + "image": "calendar/HDKKalenderbild.jpg", + "texts": [ + "Heilige Drei Könige", + "06.01.2025", + "Baden-Württemberg, Bayern, Sachsen-Anhalt" + ], + "link": "https://de.wikipedia.org/wiki/Heilige_Drei_K%C3%B6nige", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-03-08", + "image": "calendar/FrauentagKalenderbild.jpg", + "texts": [ + "Internationaler Frauentag", + "08.03.2025", + "Berlin, Mecklenburg-Vorpommern" + ], + "link": "https://de.wikipedia.org/wiki/Internationaler_Frauentag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-04-18", + "image": "calendar/KarfreitagKalenderbild.jpg", + "texts": [ + "Karfreitag", + "18.04.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Karfreitag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-04-20", + "image": "calendar/OstersonntagKalenderbild.jpg", + "texts": [ + "Ostersonntag", + "20.04.2025", + "Brandenburg (Einzig das Land Brandenburg behandelt den Ostersonntag explizit als gesetzlichen Feiertag.)" + ], + "link": "https://de.wikipedia.org/wiki/Ostersonntag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-04-21", + "image": "calendar/KalenderbildOstermontag.jpg", + "texts": [ + "Ostermontag", + "21.04.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Ostermontag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-05-01", + "image": "calendar/TagderArbeitKalenderbild.jpg", + "texts": [ + "Tag der Arbeit", + "01.05.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Tag_der_Arbeit", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-05-08", + "image": "calendar/WeltkriegKalenderbild.jpg", + "texts": [ + "Jahrestag der Befreiung vom Nationalsozialismus und Ende des Zweiten Weltkriegs", + "08.05.2025", + "Berlin (nur 2025)" + ], + "link": "https://de.wikipedia.org/wiki/Ende_des_Zweiten_Weltkriegs", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-05-29", + "image": "calendar/KalenderbildHimmelfahrt.jpg", + "texts": [ + "Christi Himmelfahrt", + "29.05.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Christi_Himmelfahrt", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-06-08", + "image": "calendar/PfingstsonntagKalenderbild.jpg", + "texts": [ + "Pfingstsonntag", + "08.06.2025", + "Brandenburg (Einzig das Land Brandenburg behandelt den Pfingstsonntag explizit als gesetzlichen Feiertag.)" + ], + "link": "https://de.wikipedia.org/wiki/Pfingstsonntag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-06-09", + "image": "calendar/PfingstmontagKalenderbild.jpg", + "texts": [ + "Pfingstmontag", + "09.06.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Pfingstmontag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-06-19", + "image": "calendar/FronleichnamKalenderbild.jpg", + "texts": [ + "Fronleichnam", + "19.06.2025", + "Baden-Württemberg, Bayern, Hessen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, In Sachsen nur teilweise.*, In Thüringen nur teilweise.**" + ], + "link": "https://de.wikipedia.org/wiki/Fronleichnam", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-08-08", + "image": "calendar/AugsburgerFriedenKalenderbild.jpg", + "texts": [ + "Augsburger Friedensfest", + "08.08.2025", + "Nur im Stadtgebiet von Augsburg (nicht jedoch im angrenzenden Umland)" + ], + "link": "https://de.wikipedia.org/wiki/Augsburger_Friedensfest", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-08-15", + "image": "calendar/KalenderbildMariaHimmelfahrt.jpg", + "texts": [ + "Mariä Himmelfahrt", + "15.08.2025", + "Saarland, In Bayern nur teilweise.***" + ], + "link": "https://de.wikipedia.org/wiki/Mari%C3%A4_Himmelfahrt", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-09-20", + "image": "calendar/WeltkindertagKalenderbild.jpg", + "texts": [ + "Weltkindertag", + "20.09.2025", + "Thüringen" + ], + "link": "https://de.wikipedia.org/wiki/Weltkindertag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-10-03", + "image": "calendar/DeutscheEinheitKalenderbild.jpg", + "texts": [ + "Tag der deutschen Einheit", + "03.10.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Tag_der_deutschen_Einheit", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-10-31", + "image": "calendar/ReformationstagKalenderbild.jpg", + "texts": [ + "Reformationstag", + "31.10.2025", + "Brandenburg, Bremen, Hamburg, Mecklenburg-Vorpommern, Niedersachsen, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thüringen" + ], + "link": "https://de.wikipedia.org/wiki/Reformationstag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-11-01", + "image": "calendar/KalenderbildAllerheiligen.jpg", + "texts": [ + "Allerheiligen", + "01.11.2025", + "Baden-Württemberg, Bayern, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland" + ], + "link": "https://de.wikipedia.org/wiki/Allerheiligen", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-11-19", + "image": "calendar/BussBettagKalenderbild.jpg", + "texts": [ + "Buß- und Bettag", + "19.11.2025", + "Sachsen" + ], + "link": "https://de.wikipedia.org/wiki/Bu%C3%9F-_und_Bettag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-12-25", + "image": "calendar/1WeihnachtsfeiertagKalenderbild.jpg", + "texts": [ + "1. Weihnachtsfeiertag", + "25.12.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Weihnachtsfeiertag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + }, + { + "date": "2025-12-26", + "image": "calendar/2WeihnachtsfeiertagKalenderbild.jpg", + "texts": [ + "2. Weihnachtsfeiertag", + "26.12.2025", + "bundesweit" + ], + "link": "https://de.wikipedia.org/wiki/Weihnachtsfeiertag", + "color": "#FFCC99", + "txtcolor": "#FFFFFF" + } +] diff --git a/calendar/trans.png b/calendar/trans.png new file mode 100644 index 0000000..b691ed8 Binary files /dev/null and b/calendar/trans.png differ diff --git a/destinations/Agora.jpg b/destinations/Agora.jpg new file mode 100644 index 0000000..15af9bb Binary files /dev/null and b/destinations/Agora.jpg differ diff --git a/destinations/AlternateMetaverse.jpg b/destinations/AlternateMetaverse.jpg new file mode 100644 index 0000000..d910ffb Binary files /dev/null and b/destinations/AlternateMetaverse.jpg differ diff --git a/destinations/ArtDestiny.jpg b/destinations/ArtDestiny.jpg new file mode 100644 index 0000000..4421b0b Binary files /dev/null and b/destinations/ArtDestiny.jpg differ diff --git a/destinations/BrogalsStyleFashion.jpg b/destinations/BrogalsStyleFashion.jpg new file mode 100644 index 0000000..f839b21 Binary files /dev/null and b/destinations/BrogalsStyleFashion.jpg differ diff --git a/destinations/EventPlaza.jpg b/destinations/EventPlaza.jpg new file mode 100644 index 0000000..db83bfb Binary files /dev/null and b/destinations/EventPlaza.jpg differ diff --git a/destinations/FLORA.jpg b/destinations/FLORA.jpg new file mode 100644 index 0000000..e2da4b9 Binary files /dev/null and b/destinations/FLORA.jpg differ diff --git a/destinations/Infopunkt1.png b/destinations/Infopunkt1.png new file mode 100644 index 0000000..d435bc4 Binary files /dev/null and b/destinations/Infopunkt1.png differ diff --git a/destinations/Infopunkt2.png b/destinations/Infopunkt2.png new file mode 100644 index 0000000..68e473a Binary files /dev/null and b/destinations/Infopunkt2.png differ diff --git a/destinations/Infopunkt3.png b/destinations/Infopunkt3.png new file mode 100644 index 0000000..302b565 Binary files /dev/null and b/destinations/Infopunkt3.png differ diff --git a/destinations/Infopunkt4.png b/destinations/Infopunkt4.png new file mode 100644 index 0000000..a9a26da Binary files /dev/null and b/destinations/Infopunkt4.png differ diff --git a/destinations/Infopunkt5.png b/destinations/Infopunkt5.png new file mode 100644 index 0000000..d0473db Binary files /dev/null and b/destinations/Infopunkt5.png differ diff --git a/destinations/Infopunkt6.png b/destinations/Infopunkt6.png new file mode 100644 index 0000000..cc38c67 Binary files /dev/null and b/destinations/Infopunkt6.png differ diff --git a/destinations/Infopunkt7.png b/destinations/Infopunkt7.png new file mode 100644 index 0000000..575369e Binary files /dev/null and b/destinations/Infopunkt7.png differ diff --git a/destinations/Infopunkt8.png b/destinations/Infopunkt8.png new file mode 100644 index 0000000..f13adbe Binary files /dev/null and b/destinations/Infopunkt8.png differ diff --git a/destinations/Infopunkt9.png b/destinations/Infopunkt9.png new file mode 100644 index 0000000..1db28d4 Binary files /dev/null and b/destinations/Infopunkt9.png differ diff --git a/destinations/Klamotto.jpg b/destinations/Klamotto.jpg new file mode 100644 index 0000000..73f17f5 Binary files /dev/null and b/destinations/Klamotto.jpg differ diff --git a/destinations/Lani.jpg b/destinations/Lani.jpg new file mode 100644 index 0000000..2e2b299 Binary files /dev/null and b/destinations/Lani.jpg differ diff --git a/destinations/LbsaPlaza.jpg b/destinations/LbsaPlaza.jpg new file mode 100644 index 0000000..fb75756 Binary files /dev/null and b/destinations/LbsaPlaza.jpg differ diff --git a/destinations/MoonroseShopping.jpg b/destinations/MoonroseShopping.jpg new file mode 100644 index 0000000..59e8db0 Binary files /dev/null and b/destinations/MoonroseShopping.jpg differ diff --git a/destinations/OutworldzVirunga.jpg b/destinations/OutworldzVirunga.jpg new file mode 100644 index 0000000..8ffc55b Binary files /dev/null and b/destinations/OutworldzVirunga.jpg differ diff --git a/destinations/SciattiShopClothes.jpg b/destinations/SciattiShopClothes.jpg new file mode 100644 index 0000000..7d00745 Binary files /dev/null and b/destinations/SciattiShopClothes.jpg differ diff --git a/destinations/Tomis-World.jpg b/destinations/Tomis-World.jpg new file mode 100644 index 0000000..82fcd8c Binary files /dev/null and b/destinations/Tomis-World.jpg differ diff --git a/destinations/ZoesMall.jpg b/destinations/ZoesMall.jpg new file mode 100644 index 0000000..6286240 Binary files /dev/null and b/destinations/ZoesMall.jpg differ diff --git a/destinations/index.html b/destinations/index.html new file mode 100644 index 0000000..249cf0a --- /dev/null +++ b/destinations/index.html @@ -0,0 +1,50 @@ + + + + + + 403 - Forbidden + + + +
+

403

+

Nicht öffentlicher Bereich.

+ Zurück zur Startseite +
+ + diff --git a/destinations/trans.png b/destinations/trans.png new file mode 100644 index 0000000..b691ed8 Binary files /dev/null and b/destinations/trans.png differ diff --git a/images/001.jpg b/images/001.jpg new file mode 100644 index 0000000..71ea24f Binary files /dev/null and b/images/001.jpg differ diff --git a/images/002.jpg b/images/002.jpg new file mode 100644 index 0000000..1c6f4d1 Binary files /dev/null and b/images/002.jpg differ diff --git a/images/003.jpg b/images/003.jpg new file mode 100644 index 0000000..83ae39e Binary files /dev/null and b/images/003.jpg differ diff --git a/images/004.jpg b/images/004.jpg new file mode 100644 index 0000000..269ba69 Binary files /dev/null and b/images/004.jpg differ diff --git a/images/005.jpg b/images/005.jpg new file mode 100644 index 0000000..d8cc29a Binary files /dev/null and b/images/005.jpg differ diff --git a/images/006.jpg b/images/006.jpg new file mode 100644 index 0000000..973752a Binary files /dev/null and b/images/006.jpg differ diff --git a/images/007.jpg b/images/007.jpg new file mode 100644 index 0000000..de1b1d4 Binary files /dev/null and b/images/007.jpg differ diff --git a/images/008.jpg b/images/008.jpg new file mode 100644 index 0000000..daed6b8 Binary files /dev/null and b/images/008.jpg differ diff --git a/images/009.jpg b/images/009.jpg new file mode 100644 index 0000000..b49c04b Binary files /dev/null and b/images/009.jpg differ diff --git a/images/009b.jpg b/images/009b.jpg new file mode 100644 index 0000000..5548649 Binary files /dev/null and b/images/009b.jpg differ diff --git a/images/index.html b/images/index.html new file mode 100644 index 0000000..249cf0a --- /dev/null +++ b/images/index.html @@ -0,0 +1,50 @@ + + + + + + 403 - Forbidden + + + +
+

403

+

Nicht öffentlicher Bereich.

+ Zurück zur Startseite +
+ +