<!DOCTYPE html>
<html>
<head>
  <script src="node_modules/es5-shim/es5-shim.js"></script>
  <link href="styles.css" rel="stylesheet">
</head>
<body>
  <p>Angular wrapper around the simple example from <a href="https://simplewebrtc.com/">simplewebrtc.com/</a>.
  First start broadcasting from a new room using <a href="broadcast.html">broadcast.html</a>. Then
  connect as many watchers as needed from <a href="watch.html">watch.html</a> page.
  </p>
</body>
</html>