ccashfrontend/sovindex.html
2021-06-26 14:13:31 +01:00

32 lines
No EOL
995 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="sovstylesheet.css">
</head>
<body>
<div class="navbar">
<a href="sovindex.html">
<img class="navelement " id="icon" src="https://cdn.discordapp.com/attachments/846806487426007080/858316372751810590/CCashLogo2.png" alt="e">
</a>
<div class="navelement-button">Home</div>
<div class="navelement-button">About</div>
<div class="navelement-status">Server Status: Online</div>
<div class="navelement-button">Login</div>
<div class="navelement-button">Register</div>
</div>
<div class="bodytext">
<h1>Welcome to CCash!</h1>
<text>A webserver hosting a bank system for Minecraft, accessible both here and through ComputerCraft.</text>
<h2>Why CCash?</h2>
<text><ul>
<li>example</li>
</ul></text>
<h3>Section Title</h3>
<h4>Section Subtitle</h4>
</div>
</body>
</html>
<script>
</script>