Skip to content
Snippets Groups Projects
mensa.html 713 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 - 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>