24 lines
481 B
HTML
24 lines
481 B
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;
|
|
height: 100%;
|
|
}
|
|
iframe {
|
|
border: none;
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<iframe src="https://mx.vhsky.cz/#/room/#vhsky:mxchat.cz"></iframe>
|
|
</body>
|
|
</html>
|
|
|