16 lines
460 B
HTML
16 lines
460 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Hifi-Screenshare</title>
|
|
<link href="screenshareClient.css" rel="stylesheet" type="text/css">
|
|
<script src="https://static.opentok.com/v2/js/opentok.min.js"></script>
|
|
</head>
|
|
|
|
<body id="main" style="position:absolute; top:0; left:0;width:100%; height:100%">
|
|
|
|
<div id="subscriber"></div>
|
|
<script src="screenshareClient.js?1"></script>
|
|
</body>
|
|
|
|
</html>
|