index.html 347 B

1234567891011121314151617
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <script src="app.js"></script>
  5. <link rel="stylesheet" href="app.css">
  6. <title>Simple Voice(Farooq's)</title>
  7. </head>
  8. <body>
  9. Room name: <h1></h1>
  10. <button>Mute</button>
  11. <footer>
  12. <hr>
  13. <small>It doesn't work? maybe refresh the page and try a different room name?<small>
  14. </footer>
  15. </body>
  16. </html>