Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active September 5, 2024 14:07
Show Gist options
  • Save ZiTAL/fe598732236b5d297cba0240a88386a7 to your computer and use it in GitHub Desktop.
Save ZiTAL/fe598732236b5d297cba0240a88386a7 to your computer and use it in GitHub Desktop.
web vertically split
<!DOCTYPE html>
<html lang="eu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zuzenekoen txat-a: owncast / twitch</title>
<link rel="stylesheet" href="https://unpkg.com/ress/dist/ress.min.css">
<style>
body, html {
height: 100%;
margin: 0;
padding: 0;
}
.iframe-container {
display: flex;
flex-direction: column;
height: 100vh;
}
iframe {
height: 50%;
border: none;
}
</style>
</head>
<body>
<div class="iframe-container">
<iframe src="https://live.zital.eus/embed/chat/readwrite/"></iframe>
<iframe src="https://www.twitch.tv/embed/zitalko/chat?parent=chat.zital.eus"></iframe>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment