-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<title> | ||
Simple Login | ||
</title> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<head> | ||
<title>Welcome to the Sandbox</title> | ||
<meta charset = "UTF-8" /> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="span8 offset2 "> | ||
<form id="site-login-form" method="post" action="javascript:;"> | ||
<input type="hidden" name="csrfmiddlewaretoken" value="j5F2oaXuRtAeFfWTZqdk0UuZzjJwIUoS"> | ||
<fieldset> | ||
<div class="well"> | ||
<div class="control-group"> | ||
<label class="control-label" for="username">Username</label> | ||
<body style="background-image: url(https://www.zillges.com/wp-content/uploads/2017/03/sand-sandbox-1200x900.jpg); text-align: center; font-family: 'Comic Sans,';"> | ||
<img src="https://icon-library.net/images/sandbox-icon/sandbox-icon-25.jpg" width="50px" style="margin-top:5px;"> | ||
<h1>The Sandbox</h1> | ||
<h2><i>Sandbox as a service</i></h2> | ||
<h3>🤫 We are currently in stealth mode. Put your information in below to play in us.</h3> | ||
|
||
<div class="controls-row"> | ||
<input id="username" maxlength="255" name="username" type="email" autocomplete="off"> | ||
</div> | ||
</div> | ||
<div class="control-group"> | ||
<label class="control-label" for="password">Password</label> | ||
<form > | ||
<input type="text" name="firstname" value="First Name" style="width: 300px; height: 20px;"><br> | ||
<input type="text" name="lastname" value="Last Name" style="width: 300px; height: 20px; margin-top: 10px;"><br> | ||
<input type="text" name="lastname" value="Email" style="width: 300px; height: 20px; margin-top: 10px;"><br> | ||
<button style="margin-top: 10px;">Submit</button> | ||
</form> | ||
|
||
<div class="controls-row"> | ||
<input id="password" name="password" type="password" autocomplete="off"> | ||
</div> | ||
</div> | ||
|
||
<div class="form-actions"> | ||
<a onClick="javascript:;" name="submit">Submit</a> | ||
</div> | ||
</div> | ||
</fieldset> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |