mumble_install.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
  3. <!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
  4. <!--[if IE 8]><html class="preIE9"><![endif]-->
  5. <!--[if gte IE 9]><!--><html><!--<![endif]-->
  6. <head>
  7. <meta charset="UTF-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <meta name="viewport" content="width=device-width,initial-scale=1">
  10. <title>title</title>
  11. <meta name="author" content="name">
  12. <meta name="description" content="description here">
  13. <meta name="keywords" content="keywords,here">
  14. <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
  15. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  16. </head>
  17. <style>
  18. #install {
  19. font-size:20px;
  20. margin: auto;
  21. width: 50%;
  22. padding: 10px;
  23. }
  24. </style>
  25. <body>
  26. <h1 id="top" >
  27. <span>
  28. <a href="index.html">Home</a> |
  29. <a href="rules.html">Open Debate Rules </a> |
  30. <a href="mumble_install.html">Voice Server</a>
  31. </span> </h1>
  32. <div id="install">
  33. <h2>We use a high quality voip solution which is both open source
  34. and fully featured. To install and connect to our community server,
  35. please follow the steps below. </h2>
  36. <br/>
  37. <ol>
  38. <li>Download the Mumble client from the developers website
  39. <a href="https://wiki.mumble.info/wiki/Main_Page">
  40. https://wiki.mumble.info/wiki/Main_Page
  41. </a></li>
  42. <li>Run the install wizard</li>
  43. <li>Open mumble and click on "server" in the menu bar</li>
  44. <li>Click on "connect" under the "server" menu option</li>
  45. <li>Click on "Add New" at the bottom right of the new window which opened</li>
  46. <li>Fill out the form as follows:</li>
  47. <li>For Address fill in "opendebate.club"</li>
  48. <li>For the port field fill "64738" </li>
  49. <li>For the Label field fill "Open debate"</li>
  50. <li>Select the server "Open debate" and click "Connect" at the bottom right of the window</li>
  51. <li>Hope to see you there!</li>
  52. </ol>
  53. </div>
  54. </body>
  55. <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
  56. </html>