50 lines
1.2 KiB
HTML
50 lines
1.2 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 {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: thistle;
|
|
font-family: Vega;
|
|
display: flex;
|
|
flex-direction: column;
|
|
line-height: 1.2em;
|
|
}
|
|
h1, h2 {
|
|
font-family: Combined;
|
|
font-weight: normal;
|
|
}
|
|
iframe {
|
|
width: 100%;
|
|
border: 0;
|
|
flex-grow: 1;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<img src="https://wiki.erg.be/mw/images/c/cb/Affiche_Jury_2021_%2B_PO_FINAL.jpg">
|
|
</body>
|
|
</html>
|