From ed3ccb79e8003c51d76bb5c56ffae8d3188278a3 Mon Sep 17 00:00:00 2001 From: Philip Molares <philip.molares@udo.edu> Date: Mon, 5 Apr 2021 16:49:50 +0200 Subject: [PATCH] added mensa campustour page --- public/campustour/mensa.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/campustour/mensa.html diff --git a/public/campustour/mensa.html b/public/campustour/mensa.html new file mode 100644 index 0000000..46523cd --- /dev/null +++ b/public/campustour/mensa.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 - Mensa</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Mensa - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/867c04a8-5df3-4923-ac40-547161c2cae6?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html> -- GitLab