11 lines
235 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebRTC DataChannel example</title>
</head>
<body>
<p>Open DevTools and check the Console.</p>
<script type="text/javascript" src="index.js"></script></body>
</html>