Skip to content
Snippets Groups Projects
Commit efd202b5 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

Add example page for campustour

parent 623dd817
No related branches found
No related tags found
No related merge requests found
Pipeline #19312 passed
<!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>
...@@ -57,3 +57,7 @@ button:not(:disabled):active { ...@@ -57,3 +57,7 @@ button:not(:disabled):active {
button:focus { button:focus {
border-color: #666; border-color: #666;
} }
iframe {
width: 100%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment