diff --git a/public/campustour/oh12.html b/public/campustour/oh12.html new file mode 100644 index 0000000000000000000000000000000000000000..6e814d67ab0f1416c08b3ab8f7786e26eb3271d0 --- /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 fac5ebacb65307261da53a9d753e4409e59e522b..1f399f559e10848ab1dd8b9087f665b5c2150da8 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%; +}