pages/rules.html

93 lines
2.4 KiB
HTML
Raw Normal View History

2023-08-24 12:21:31 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>CRSS</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="pageHero" id="hero">
<div class="blurFiler">
<div class="container">
<h1>Clyde's Real Survival SMP</h1>
<div class="serverInfo">
Online: <label>0</label> / <label>20</label>
</div>
</div>
</div>
</div>
<nav class="pageNav" id="navigation">
<div class="container">
<ul class="navLeft">
<li>
<a href="index.html">
Home
</a>
</li>
<li>
<a href="nations.html">
Nations
</a>
</li>
<li>
<a class="active" href="#">
Rules
</a>
</li>
<li>
<a href="map.html">
Map
</a>
</li>
</ul>
<ul class="navRight">
<li>
2023-08-24 13:19:10 +00:00
<a class="buttonPrimary" href="https://discord.com/api/oauth2/authorize?client_id=1144248396467683338&redirect_uri=https%3A%2F%2Fcrss.theclashfruit.page%2Fauth.html&response_type=code&scope=identify%20guilds">
2023-08-24 12:21:31 +00:00
Login
</a>
</li>
</ul>
</div>
</nav>
<main class="pageContent" id="content">
<div class="container">
<h2>Rules</h2>
<ol>
<li>
The usage of modified clients that gives unfair advantage to players is not permitted. <b>TL;DR Do not cheat.</b>
</li>
<li>
Do not modify (or destroy) other players' constructions, or take their items, without their permission. <b>TL;DR Do not grief or steal.</b>
</li>
</ol>
<b>Failing to follow these basic rules will result in a ban.</b>
</div>
</main>
<footer class="pageFooter container" id="footer">
<div class="left">
<p class="copyright">
Copyright &copy; 2023 CRSS
</p>
<p class="sponsors">
Brought to by TCFRHC LLC., PrideCraft, TheClashFruit's Gitea.
</p>
</div>
<div class="left">
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>