diff --git a/public/campustour/bib.html b/public/campustour/bib.html new file mode 100644 index 0000000000000000000000000000000000000000..d80d045a1211935d5601382f2940759cd2bc3847 --- /dev/null +++ b/public/campustour/bib.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 - Bibliothek</title> + + <link rel="icon" type="image/png" href="./favicon.png" /> + <link rel="stylesheet" href="../global.css" /> + </head> + <body> + <h1>Bibliothek - Campustour</h1> + <iframe + height="315" + sandbox="allow-same-origin allow-scripts allow-popups" + src="https://video.oh14.de/videos/embed/681adff5-90fc-478f-8f03-644ff0034604?autoplay=1&title=0&warningTitle=0&peertubeLink=0" + frameborder="0" + allowfullscreen + ></iframe> + </body> +</html>