Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# login
simple login page in html

This is Simple Login Page using Html.
The registration will lead to another page where User Can Input different Fields
5 changes: 3 additions & 2 deletions login/login.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
</style>
</head>
<body>
<marquee>Welcome To My Website</marquee>

<div class="container">
<h1 >my first login page</h1>
<h1 >My First Login page</h1>
<form>
<div class="form-group ">
<label for="userid" class="size-color">enter your user id </label>
Expand All @@ -47,4 +48,4 @@ <h1 >my first login page</h1>
</div>


</body>
</body>