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:
8
StoreApps/ComingSoon.html
Normal file
8
StoreApps/ComingSoon.html
Normal 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>
|
||||
Reference in New Issue
Block a user