Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Login
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
kranthi.kumar
Login
Commits
fbbd4646
Commit
fbbd4646
authored
Jan 28, 2021
by
kranthi.kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update login.html
parent
aa23b8e7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
scripts/templates/login.html
scripts/templates/login.html
+4
-1
No files found.
scripts/templates/login.html
View file @
fbbd4646
...
...
@@ -15,9 +15,11 @@
<h2
align=
"center"
>
Login Page
</h2>
<form
name=
"f1"
action=
"login_data"
method=
"post"
>
<table
align=
"center"
border=
"0"
bgcolor=
"green"
cellspacing=
"10"
cellpadding=
"5"
>
<tr>
<td>
Username:
</td>
<td><input
type=
"text"
size=
25
name=
"username"
required
></td>
</tr></tr></tr>
</tr>
<tr>
<td>
Password:
</td>
<td><input
type=
"Password"
size=
25
name=
"pwd"
required
></td>
</tr>
...
...
@@ -28,6 +30,7 @@
<a
href=
"registration"
>
<input
type=
"button"
onclick=
"registration"
value=
"Registration"
>
</a>
</td>
</tr>
</table>
</form>
</body>
...
...
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