9 lines
859 B
HTML
9 lines
859 B
HTML
<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">It seems you are not logged in, users need to be signed in to post on the forums and to view restricted or private posts<br><br>if you don't intend to do that, close this and continue</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='AccountCentre/AccountCentre.php?Action=LogIn&SourcePage=Forum';">
|
|
<a class="buttontext">Log In?</a>
|
|
</div>
|
|
</div>
|