From a7c48df1ea44170113aa05eb623387aa08939b81 Mon Sep 17 00:00:00 2001 From: Philip Molares <philip.molares@udo.edu> Date: Mon, 5 Apr 2021 16:25:27 +0200 Subject: [PATCH] added more campustour pages --- public/campustour/audimax.html | 22 ++++++++++++++++++++++ public/campustour/chemie.html | 22 ++++++++++++++++++++++ public/campustour/hg2.html | 22 ++++++++++++++++++++++ public/campustour/mathetower.html | 22 ++++++++++++++++++++++ public/campustour/oh14.html | 22 ++++++++++++++++++++++ public/campustour/srg.html | 22 ++++++++++++++++++++++ 6 files changed, 132 insertions(+) create mode 100644 public/campustour/audimax.html create mode 100644 public/campustour/chemie.html create mode 100644 public/campustour/hg2.html create mode 100644 public/campustour/mathetower.html create mode 100644 public/campustour/oh14.html create mode 100644 public/campustour/srg.html diff --git a/public/campustour/audimax.html b/public/campustour/audimax.html new file mode 100644 index 0000000..b8cb2a0 --- /dev/null +++ b/public/campustour/audimax.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 - Audimax</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Audimax - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/4cd5fe6a-afb5-4596-a5c5-7a48178caae3?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> diff --git a/public/campustour/chemie.html b/public/campustour/chemie.html new file mode 100644 index 0000000..9f4cd00 --- /dev/null +++ b/public/campustour/chemie.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 - Chemiegebäude</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Chemiegebäude - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/6d05fbed-42db-4eda-801e-aba78093df91?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> diff --git a/public/campustour/hg2.html b/public/campustour/hg2.html new file mode 100644 index 0000000..199b975 --- /dev/null +++ b/public/campustour/hg2.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 - Hörsaalgebäude 2</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Hörsaalgebäude 2 - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/957c6950-05d9-476d-87c3-400028530102?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> diff --git a/public/campustour/mathetower.html b/public/campustour/mathetower.html new file mode 100644 index 0000000..d9ab166 --- /dev/null +++ b/public/campustour/mathetower.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 - Mathetower</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Mathetower - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/60bf13eb-23e1-45e7-814f-ad7067668f0c?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> diff --git a/public/campustour/oh14.html b/public/campustour/oh14.html new file mode 100644 index 0000000..e0bee28 --- /dev/null +++ b/public/campustour/oh14.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 - OH14</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>OH14 - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/10757272-7fe7-406b-9a16-5dc000532453?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> diff --git a/public/campustour/srg.html b/public/campustour/srg.html new file mode 100644 index 0000000..4ad6400 --- /dev/null +++ b/public/campustour/srg.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 - Seminarraumgebäude</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Seminarraumgebäude - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/a71c7bf3-b92d-4200-a0ce-5458d47144b0?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> -- GitLab