<style> div.pInf, div.brdCmb, h1.pTtl, .hot-items-buttons, header.header, .blogMn { display: none !important; } </style> <div style="text-align: center;"> <br /><br /> <h1>Sign in to Storehaccounts</h1> <br> <small> Welcome to Storehaccounts, please complete the fields with correct credentials. If you don't have any account yet, kindly click the Signup button! </small> <br> <img src="https://mystickermania.com/cdn/stickers/games/the-battle-cats-nerd-cat-512x512.png" style="max-height: 200px;" /> <br> <form id="signinform" style="text-align: center;"> <div class="ui big inverted input focus"> <input required="" type="email" placeholder='Email'/> </div> <br /><br /> <div class="ui big inverted input focus"> <input required="" type="password" placeholder='Password' /> </div> <br /><br /> <button class="ui big red button" role="button" type="button"> Sign in </button> </form> <br /> <br /> <small class="ui red large label">Are you new in this website? Create Account now! <br /> <br /> <button class="ui inverted white button" onclick="window.location.href="https://storehaccounts.blogspot.com/p/signup-with-email.html"" role="button" type="button"> Sign up with Email </button> </small> </div> <script type="module"> document.querySelector('.mainWrp').style.backgroundImage = "linear-gradient(to bottom, rgb(0,0,0,0.5) 10%, rgb(0,0,0,0.9) 90%), url(\"https://i.imgur.com/0zBhK8y.png\")"; document.querySelector('.mainWrp').style.backgroundRepeat = "no-repeat;" document.querySelector('.mainWrp').style.backgroundSize = "cover"; document.querySelector('.mainWrp').style.backgroundPosition = "center center"; document.querySelector('.mainWrp').style.backgroundAttachment = "fixed"; window.addEventListener('load', async () => { await initFunctions['supabase']; let data = await supabase.auth.getSession(); if (data.session) { window.alert("You are already logged in!"); window.location.href = "https://storehaccounts.blogspot.com/"; } }, false); </script>