js-marketplace-2014/examples/webrtc/index.html

15 lines
343 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>RTCPeerConnection</title>
<meta charset=utf8>
<script src="../../third-party/jquery-2.0.3.min.js"></script>
<script src="../../dist/minimart.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1>RTCPeerConnection</h1>
<pre id="output"></pre>
</body>
</html>