Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belajarJavaServlet_Fabian
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Fabian Dewantara Santonie
belajarJavaServlet_Fabian
Commits
07e019aa
Commit
07e019aa
authored
Mar 22, 2022
by
Fabian Dewantara Santonie
🕊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perbaikan
parent
6ef0f127
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Latihan3.jsp
src/main/webapp/Latihan3.jsp
+3
-2
No files found.
src/main/webapp/Latihan3.jsp
View file @
07e019aa
...
@@ -3,15 +3,16 @@
...
@@ -3,15 +3,16 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin=
"anonymous"
>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin=
"anonymous"
>
<head>
<head>
<meta
charset=
"ISO-8859-1"
>
<meta
charset=
"ISO-8859-1"
>
<title>
Insert title here
</title>
<title>
Insert title here
</title>
</head>
</head>
<body>
<body
style=
"background-color : $cyan-600;"
>
<div
align=
"center"
>
<div
align=
"center"
>
<h1>
Masukan Username dan Password
</h1>
<h1>
Masukan Username dan Password
</h1>
<form
action=
"/belajarJavaServlet_Fabian/Latihan3"
method =
"POST"
>
<form
action=
"/belajarJavaServlet_Fabian/Latihan3"
method =
"POST"
>
<table
style=
"with:
7
0%"
>
<table
style=
"with:
8
0%"
>
<tr>
<tr>
<td>
Username
</td>
<td>
Username
</td>
<td><input
type=
"text"
id=
"username"
name=
"username"
placeholder=
"Username..."
></td>
<td><input
type=
"text"
id=
"username"
name=
"username"
placeholder=
"Username..."
></td>
...
...
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