123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!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>Rules</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>
- #rules {
- 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="rules">
-
-
- <br/>
- <h3 style="color:red">People who break our rules will be asked to leave</h3>
- <ul>
- <li>Violence, threats of violence</li>
- <li>Sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory language.</li>
- <li>Displaying sexually explicit material.</li>
- <li>Posting other people’s personally identifying information.</li>
- <li>Personal insults.</li>
- <li>Inappropriate recording.</li>
- <li>Inappropriate physical contact.</li>
- <li>Unwelcome sexual attention.</li>
- <li>Deliberate intimidation.</li>
- <li>Sustained disruption of community events</li>
- </ul>
- </div>
- </body>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
- </html>
|