Created Landing Page, Revamped account system, added account sessions and password obfuscation(not being pushed to the public branch) revamping main site bit by bit

This commit is contained in:
2026-03-03 08:13:51 +00:00
parent 5b500e3b8d
commit 0e728eae0e
65 changed files with 1269 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
<div style="width: 100%; margin:2vh; height: 100%; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;">
<p class="16 whiteText variableFont" style="overflow: hidden; padding: 1vh; margin: 0">Cricket noises...<br><br>This feature is coming soon!</p>
<div style="height: 100px; width: 100%; color:transparent;">sigma</div>
<img src="GeneralAssets/cricket.png" style="height: 40%; width: auto; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-25%);">
<div class="hotbarButton" id="SignInBtn" onclick="document.location.href='index.php';">
<a class="buttontext">Home?</a>
</div>
</div>