UNPKG

1.15 kBHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <title>Holla Test</title>
5 <script src="http://code.jquery.com/jquery.min.js"></script>
6 <script src="holla.js"></script>
7 <script src="test.js"></script>
8 <link rel="stylesheet" href="effects.css">
9 <style>
10 body {
11 height: 100%;
12 width: 100%;
13 background-color: #040;
14 background: url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/low_contrast_linen.png);
15 }
16 video {
17 width: 460px;
18 }
19 #videos {
20 float: left;
21 }
22 </style>
23 </head>
24 <body>
25 <input id="whoAmI" type="text" placeholder="Who are you?"></input>
26 <input id="whoCall" type="text" placeholder="Who do you want to call?"></input>
27 <button id="hangup">Hangup</button>
28 <br/>
29 <div id="videos">
30 <video id="me" autoplay="true" muted="true"></video>
31 <br/>
32 <video id="them" autoplay="true"></video>
33 </div>
34 <div id="messages">
35 <pre><code id="chat"></code></pre>
36 <br/>
37 <input id="whatSay" type="text" placeholder="Type your chat message here"></input>
38 </div>
39 </body>
40</html>
\No newline at end of file