diff options
author | Chris Hiszpanski <chris@liburtc.org> | 2021-04-23 11:17:03 -0400 |
---|---|---|
committer | Chris Hiszpanski <chris@liburtc.org> | 2021-04-23 11:17:03 -0400 |
commit | 79f4f70de1a6014d53b245b8069c833ce943f943 (patch) | |
tree | eb998bbcb5348ff61428b8e9f00ce55c33419fd6 /examples/demo.html | |
parent | bf35c493b425886f12e3daf530239b5e6b1bca7d (diff) |
Update inline license blocks and expand tabs
Diffstat (limited to 'examples/demo.html')
-rw-r--r-- | examples/demo.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/demo.html b/examples/demo.html new file mode 100644 index 0000000..03e07b9 --- /dev/null +++ b/examples/demo.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <title>liburtc demo</title> + <script src="//webrtchacks.github.io/adapter/adapter-latest.js"></script> + <script> + // call liburtc peer + </script> + </head> + <body> + <h1>liburtc demo</h1> + + <video autoplay controls muted playsinline id="remoteVideo"></video> + </body> +</html> |