mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-17 07:12:12 +11:00
35 lines
No EOL
1.4 KiB
HTML
35 lines
No EOL
1.4 KiB
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>
|
|
<a class="navelement-button" href="sovindex.html">Home</a>
|
|
<a class="navelement-button" href="sovabout.html">About</a>
|
|
<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>• An abstracted currency instead of resource-based, avoiding hyperinflation as minecraft worlds are infinite<br></text>
|
|
<text>• API Support for numerous languages<br></text>
|
|
<text>• Open-source<br></text>
|
|
<text>• Extremely computationally fast<br></text>
|
|
<text>• Safe: Tamper-proof in-game, autosaving, hashed passwords, HTTPS</text>
|
|
<h1>Simply login to manage your CCash account.</h1>
|
|
</div>
|
|
<div class="defineborderleft"></div>
|
|
<div class="defineborderright"></div>
|
|
</body>
|
|
</html>
|
|
<script>
|
|
|
|
</script> |