45 lines
1.0 KiB
HTML
45 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>💬 Místnost #vhsky</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<style>
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
font-family: sans-serif;
|
|
background: #f4f4f4;
|
|
}
|
|
h1 {
|
|
text-align: center;
|
|
padding: 1rem;
|
|
margin: 0;
|
|
background: #2d89ef;
|
|
color: white;
|
|
font-size: 1.5rem;
|
|
}
|
|
iframe {
|
|
border: none;
|
|
width: 100%;
|
|
height: calc(100vh - 64px); /* výška okna mínus nadpis */
|
|
display: block;
|
|
}
|
|
noscript {
|
|
padding: 1rem;
|
|
text-align: center;
|
|
color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>💬 Místnost #vhsky</h1>
|
|
<iframe src="https://mx.vhsky.cz/#/room/#vhsky:mxchat.cz"></iframe>
|
|
<noscript>
|
|
Pro zobrazení chatu je potřeba mít zapnutý JavaScript.
|
|
</noscript>
|
|
</body>
|
|
</html>
|
|
|