123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!DOCTYPE html>
- <!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
- <!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
- <!--[if IE 8]><html class="preIE9"><![endif]-->
- <!--[if gte IE 9]><!--><html><!--<![endif]-->
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <title>title</title>
- <meta name="author" content="name">
- <meta name="description" content="description here">
- <meta name="keywords" content="keywords,here">
- <link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
- <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">
- </head>
- <style>
- #install {
- font-size:20px;
- margin: auto;
- width: 50%;
- padding: 10px;
- }
- </style>
- <body>
- <h1 id="top" >
- <span>
- <a href="index.html">Home</a> |
- <a href="rules.html">Open Debate Rules </a> |
- <a href="mumble_install.html">Voice Server</a>
- </span> </h1>
- <div id="install">
- <h2>We use a high quality voip solution which is both open source
- and fully featured. To install and connect to our community server,
- please follow the steps below. </h2>
- <br/>
- <ol>
- <li>Download the Mumble client from the developers website
- <a href="https://wiki.mumble.info/wiki/Main_Page">
- https://wiki.mumble.info/wiki/Main_Page
- </a></li>
- <li>Run the install wizard</li>
- <li>Open mumble and click on "server" in the menu bar</li>
- <li>Click on "connect" under the "server" menu option</li>
- <li>Click on "Add New" at the bottom right of the new window which opened</li>
- <li>Fill out the form as follows:</li>
- <li>For Address fill in "opendebate.club"</li>
- <li>For the port field fill "64738" </li>
- <li>For the Label field fill "Open debate"</li>
- <li>Select the server "Open debate" and click "Connect" at the bottom right of the window</li>
- <li>Hope to see you there!</li>
- </ol>
- </div>
- </body>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
- </html>
|