mirror of
https://github.com/chaosz0ne/cztv.git
synced 2025-01-02 19:42:23 +01:00
8 lines
559 B
HTML
Executable file
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>
|