mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-19 19:40:17 -04:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type="text/css">
|
|
<link rel="stylesheet" type="text/css" href="css/login.css">
|
|
|
|
<form method="post" action="signup.html">
|
|
<div class="box">
|
|
<h1>Dashboard</h1>
|
|
|
|
<input type="email address" name="email address" value="email address" onFocus="field_focus(this, 'email');" onblur="field_blur(this, 'email');" class="email" />
|
|
<input type="username" name="username" value="username" onFocus="field_focus(this, 'email');" onblur="field_blur(this, 'email');" class="email" />
|
|
|
|
<input type="password" name="email" value="email" onFocus="field_focus(this, 'email');" onblur="field_blur(this, 'email');" class="email" />
|
|
|
|
<a href="#"><div class="btn">Register</div></a> <!-- End Btn -->
|
|
|
|
<a href="#"><div id="btn2">Sign Up</div></a> <!-- End Btn2 -->
|
|
|
|
</div> <!-- End Box -->
|
|
|
|
</form>
|
|
|
|
<p>Forgot your password? <u style="color:#f1c40f;">Click Here!</u></p>
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js" type="text/javascript"></script>
|
|
<script type="text/javascript" src="js/login.js"></script>
|