Skip to content

Commit

Permalink
merged with login branch
Browse files Browse the repository at this point in the history
  • Loading branch information
decisa committed Aug 7, 2018
2 parents 11ffd43 + 9d92513 commit 42540bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<div>Please enter your user name</div>
<input type="text" placeholder="username">
7 changes: 7 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ <h1>Hello World !</h1>
<li>Chris</li>
<li>Nick</li>
</ul>

<div class="login">login form</div>
<form action="submit">
<input type="text">
<br><input type="submit" name="yes!" value="oh-yeah!">
</form>

<p>Address info here</p>

</body>
</html>

0 comments on commit 42540bb

Please sign in to comment.