Files
libdatachannel/examples/web/index.html
Paul-Louis Ageneau 534201b545 Moved web example
2020-05-31 18:02:28 +02:00

15 lines
439 B
HTML

<!doctype html>
<html>
<head>
<title>Web Rtc Example</title>
</head>
<body>
<h1>Web Rtc</h1>
<button id="createConnectionBtn">Create Connection</button>
<br/>
<textarea id="sendData" placeholder="Send a message" style="width: 500px; height: 50px"></textarea>
<br/>
<button id="sendDataBtn">Send Data</button>
<script src="/script.js"></script>
</body>
</html>