Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webisite
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
stephanie.smith
webisite
Commits
3fed4577
Commit
3fed4577
authored
May 16, 2022
by
stephanie.smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
php
parent
c7c9e692
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
login.html
login.html
+22
-0
No files found.
login.html
View file @
3fed4577
...
@@ -19,5 +19,27 @@
...
@@ -19,5 +19,27 @@
<li><a
href=
"teams.html"
>
Teams
</a></li>
<li><a
href=
"teams.html"
>
Teams
</a></li>
</ul>
</ul>
</div>
</div>
<html>
<div
class=
"container vh-100"
>
<div
class=
"row justify-content-center h-100"
>
<div
class=
"card w-25 my-auto shadow"
>
<div
class=
"card-header text-center bg-primary text-white"
>
<h2>
Login
</h2>
</div>
<div
class=
"card-body"
>
<form
action =
"login.php"
method=
"post"
>
<div
class=
"form-group"
>
<label
for=
"email"
>
Email
</label>
<input
type=
"email"
id=
"email"
class=
"form-control"
name=
"email"
required
>
<label
for=
"password"
>
Password
</label>
<input
type=
"password"
id=
"password"
class=
"form-control"
name=
"password"
required
>
</div>
<input
type=
"submit"
class=
"btn btn-primary w-100"
value=
"Login"
name=
""
>
</form>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment