rules.html 2.2 KB

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