From 56e0efb4209acb0ead985e71fa7a8ee1fcc52a00 Mon Sep 17 00:00:00 2001
From: Philip Molares <philip.molares@udo.edu>
Date: Mon, 5 Apr 2021 20:01:56 +0200
Subject: [PATCH] added ef50 & asta campustour page

---
 public/campustour/asta.html | 22 ++++++++++++++++++++++
 public/campustour/ef50.html | 22 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 public/campustour/asta.html
 create mode 100644 public/campustour/ef50.html

diff --git a/public/campustour/asta.html b/public/campustour/asta.html
new file mode 100644
index 0000000..bbcde06
--- /dev/null
+++ b/public/campustour/asta.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Campusführung - AStA</title>
+
+    <link rel="icon" type="image/png" href="./favicon.png" />
+    <link rel="stylesheet" href="../global.css" />
+  </head>
+  <body>
+    <h1>Campusführung - AStA</h1></h1>
+    <iframe
+      height="450"
+      sandbox="allow-same-origin allow-scripts allow-popups"
+      src="https://video.oh14.de/videos/embed/d2e28209-3cc8-4423-a4c8-5e9df0d5381f?autoplay=1&title=0&warningTitle=0&peertubeLink=0"
+      frameborder="0"
+      allowfullscreen
+    ></iframe>
+  </body>
+</html>
diff --git a/public/campustour/ef50.html b/public/campustour/ef50.html
new file mode 100644
index 0000000..44980b1
--- /dev/null
+++ b/public/campustour/ef50.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Campusführung - Emil-Figge-Straße 50</title>
+
+    <link rel="icon" type="image/png" href="./favicon.png" />
+    <link rel="stylesheet" href="../global.css" />
+  </head>
+  <body>
+    <h1>Campusführung - Emil-Figge-Straße 50</h1></h1>
+    <iframe
+      height="450"
+      sandbox="allow-same-origin allow-scripts allow-popups"
+      src="https://video.oh14.de/videos/embed/9d37797f-6de6-45e5-8043-81abb6d9286c?autoplay=1&title=0&warningTitle=0&peertubeLink=0"
+      frameborder="0"
+      allowfullscreen
+    ></iframe>
+  </body>
+</html>
-- 
GitLab