ScloudjsGUI / src /html /login.html
soiz1's picture
Migrated from GitHub
5147be7 verified
raw
history blame contribute delete
403 Bytes
<h1>Login to scratch account</h1>
<div id = "loginbox">
<div class = "box">
username
<input type="text" class ="username">
</div>
<div class ="box">
password
<input type="password" class ="password">
</div>
<div class = "box">
<input type="button" class="loginbutton" value="Login">
<span class ="status"></span>
</div>
</div>