Přdá soubor hlavni.html

This commit is contained in:
archos 2025-05-20 20:09:33 +02:00
parent 97ac62c7ad
commit eda58ec791

23
hlavni.html Normal file
View File

@ -0,0 +1,23 @@
<!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>