Skip to content

Commit 5b07b36

Browse files
authored
Merge pull request #2 from danvitoriano/login
add login form HTML
2 parents 63643e2 + 0e22e0d commit 5b07b36

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

login.html

+13-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@ <h2 class="project-tagline">The Coop&#39;s API integration POC with AngularJS an
2222
<h3>
2323
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Login</h3>
2424

25-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
25+
<form>
26+
<fieldset>
27+
<legend>Fill the input with your data</legend>
28+
<label for="email">E-mail</label>
29+
<input type="email" name="email" id="email">
30+
<label for="password">Password</label>
31+
<input type="password" name="password" id="password">
32+
<button type="submit">Submit</button>
33+
</fieldset>
34+
</form>
2635

2736

2837

@@ -37,6 +46,8 @@ <h3>
3746

3847
</section>
3948

40-
49+
<script>
50+
51+
</script>
4152
</body>
4253
</html>

0 commit comments

Comments
 (0)