From efd202b53a093fa38b9356d2919b95916e068ca0 Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@adesso.de>
Date: Mon, 5 Apr 2021 14:04:47 +0200
Subject: [PATCH] Add example page for campustour

---
 public/campustour/oh12.html | 22 ++++++++++++++++++++++
 public/global.css           |  4 ++++
 2 files changed, 26 insertions(+)
 create mode 100644 public/campustour/oh12.html

diff --git a/public/campustour/oh12.html b/public/campustour/oh12.html
new file mode 100644
index 0000000..6e814d6
--- /dev/null
+++ b/public/campustour/oh12.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>Campustour - OH12</title>
+
+    <link rel="icon" type="image/png" href="./favicon.png" />
+    <link rel="stylesheet" href="../global.css" />
+  </head>
+  <body>
+    <h1>OH12 - Campustour</h1>
+    <iframe
+      height="315"
+      sandbox="allow-same-origin allow-scripts allow-popups"
+      src="https://video.oh14.de/videos/embed/3b8db9f2-305e-429f-a85b-b674960158ae?autoplay=1&title=0&warningTitle=0&peertubeLink=0"
+      frameborder="0"
+      allowfullscreen
+    ></iframe>
+  </body>
+</html>
diff --git a/public/global.css b/public/global.css
index fac5eba..1f399f5 100644
--- a/public/global.css
+++ b/public/global.css
@@ -57,3 +57,7 @@ button:not(:disabled):active {
 button:focus {
   border-color: #666;
 }
+
+iframe {
+  width: 100%;
+}
-- 
GitLab