81 lines
1.9 KiB
HTML
81 lines
1.9 KiB
HTML
<!doctype>
|
|
<html>
|
|
<head>
|
|
<title>erg ~ Portes ouvertes 2021</title>
|
|
<style>
|
|
/* F O N T E S */
|
|
@font-face {
|
|
font-family: "Combined";
|
|
src: url('/mw/skins/foreground/assets/fonts/combined.otf');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "Vega";
|
|
src: url('/mw/skins/foreground/assets/fonts/Vega-Regular.otf');
|
|
src: url('/mw/skins/foreground/assets/fonts/Vega-Regular.ttf') format("truetype");
|
|
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular-Webfont.svg") format("svg");
|
|
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff") format("woff");
|
|
src: url("/mw/skins/foreground/assets/fonts/Vega-Regular.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
body {
|
|
background-color: thistle;
|
|
height: 100%;
|
|
font-family: Vega;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
h1, h2 {
|
|
font-family: Combined;
|
|
font-weight: normal;
|
|
margin-bottom: 0;
|
|
display: contents;
|
|
}
|
|
h2 {
|
|
margin-bottom: 1em;
|
|
}
|
|
iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
flex-grow: 1;
|
|
box-sizing: border-box;
|
|
}
|
|
ul {
|
|
display: flex;
|
|
margin: 1.2em 0;
|
|
padding: 0;
|
|
justify-content: space-between;
|
|
}
|
|
li {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 1px solid black;
|
|
border-radius: 10px;
|
|
padding: 0.25em 0.5em;
|
|
flex-basis: 10%;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
}
|
|
iframe {
|
|
width:100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>erg tv</h1>
|
|
<h2>winterschool 2024</h2>
|
|
|
|
<iframe src="https://www.youtube.com/embed/3sThYW6bhEQ?si=DkvK7zpCHKEza81f" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
|
|
|
</body>
|
|
</html>
|