aboutWebrtc.html 696 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <html>
  6. <head>
  7. <meta charset="utf-8" />
  8. <title>about:webrtc</title>
  9. <link rel="stylesheet" type="text/css" media="all"
  10. href="chrome://global/content/aboutwebrtc/aboutWebrtc.css"/>
  11. <script type="text/javascript;version=1.8"
  12. src="chrome://global/content/aboutwebrtc/aboutWebrtc.js"
  13. defer="defer"></script>
  14. </head>
  15. <body id="body" onload="onLoad()">
  16. <div id="controls" class="no-print"></div>
  17. <div id="content"></div>
  18. </body>
  19. </html>