5
0
Fork 0
mirror of https://github.com/chaosz0ne/cztv.git synced 2025-01-02 19:42:23 +01:00
cztv_chaoszone_github/www/interface.html
Daniel Havlik 3a1bb6176a dump
2021-07-30 10:13:26 +02:00

8 lines
559 B
HTML
Executable file

<html>
<body>
<iframe style="float:left;" src="/obs_multiview.html" width="49%" height="50%"></iframe>
<iframe style="float: left" src="/programm.html" width="49%" height="50%"></iframe>
<iframe style="float: left; display: block; width:1000px; height: 50%; overflow:hidden;" scrolling="no" seamless="seamless" src="/emulator.html" width="1000px" height="50%"></iframe>
<iframe style="float:left; display: block; width:700px; height: 50%; overflow:hidden;" scrolling="no" seamless="seamless" src="/media.html" height="50%"></iframe>
</body>
</html>