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
c091aa4e
Commit
c091aa4e
authored
Mar 22, 2022
by
Fabian Dewantara Santonie
🕊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perbaikan tampilan
parent
7f4b03b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
Registrasi.jsp
src/main/webapp/Registrasi.jsp
+3
-3
index.jsp
src/main/webapp/index.jsp
+6
-5
No files found.
src/main/webapp/Registrasi.jsp
View file @
c091aa4e
...
...
@@ -11,7 +11,7 @@
<div
class=
"form-group"
align=
"center"
>
<h1>
Masukan Username dan Password
</h1>
<form
action=
"/belajarJavaServlet_Fabian/DataDiri"
method =
"POST"
>
<table
class=
"table"
>
<table
class=
"table
-sm
"
>
<tr>
<td>
Nama Lengkap
</td>
<td><input
type=
"text"
class=
"form-control"
id=
"namaLengkap"
name=
"namaLengkap"
maxlength=
"100"
placeholder=
"Masukan Nama Lengkap..."
></td>
...
...
@@ -68,8 +68,8 @@
</tr>
</table>
<input
type=
"submit"
value=
"Submit Data"
>
<input
type=
"reset"
value=
"Reset"
>
<input
type=
"submit"
class=
"btn btn-light"
value=
"Submit Data"
>
<input
type=
"reset"
class=
"btn btn-light"
value=
"Reset"
>
</form>
</div>
</body>
...
...
src/main/webapp/index.jsp
View file @
c091aa4e
...
...
@@ -2,15 +2,16 @@
pageEncoding=
"ISO-8859-1"
%>
<!DOCTYPE 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"
>
<head>
<meta
charset=
"ISO-8859-1"
>
<title>
Insert title here
</title>
</head>
<body>
<a
href=
"Latihan1.jsp"
>
Latihan1
</a>
|
<a
href=
"Latihan2.jsp"
>
Latihan2
</a>
|
<a
href=
"Latihan3.jsp"
>
Latihan3
</a>
|
<a
href=
"Latihan4.jsp"
>
Latihan4
</a>
|
<a
href=
"Latihan5.jsp"
>
Latihan5
</a>
|
<a
href=
"Latihan1.jsp"
>
<button
class=
"btn btn-dark"
>
Latihan 1
</button></a>
<a
href=
"Latihan2.jsp"
>
<button
class=
"btn btn-dark"
>
Latihan 2
</button></a>
<a
href=
"Latihan3.jsp"
>
<button
class=
"btn btn-dark"
>
Latihan 3
</button></a>
<a
href=
"Latihan4.jsp"
>
<button
class=
"btn btn-dark"
>
Latihan 4
</button></a>
<a
href=
"Latihan5.jsp"
>
<button
class=
"btn btn-dark"
>
Latihan 5
</button></a>
</body>
</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