Skip to content
Snippets Groups Projects
oh12.html 720 B
Newer Older
  • Learn to ignore specific revisions
  • <!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>Campusführung - OH12</h1></h1>
    
        <iframe
    
          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>