Commit c091aa4e authored by Fabian Dewantara Santonie's avatar Fabian Dewantara Santonie 🕊

Perbaikan tampilan

parent 7f4b03b8
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="form-group" align="center"> <div class="form-group" align="center">
<h1>Masukan Username dan Password</h1> <h1>Masukan Username dan Password</h1>
<form action="/belajarJavaServlet_Fabian/DataDiri" method ="POST"> <form action="/belajarJavaServlet_Fabian/DataDiri" method ="POST">
<table class="table"> <table class="table-sm">
<tr> <tr>
<td>Nama Lengkap</td> <td>Nama Lengkap</td>
<td><input type="text" class="form-control" id="namaLengkap" name="namaLengkap" maxlength="100" placeholder="Masukan 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 @@ ...@@ -68,8 +68,8 @@
</tr> </tr>
</table> </table>
<input type="submit" value="Submit Data"> <input type="submit" class="btn btn-light" value="Submit Data">
<input type="reset" value="Reset"> <input type="reset" class="btn btn-light" value="Reset">
</form> </form>
</div> </div>
</body> </body>
......
...@@ -2,15 +2,16 @@ ...@@ -2,15 +2,16 @@
pageEncoding="ISO-8859-1"%> pageEncoding="ISO-8859-1"%>
<!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">
<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>
<a href="Latihan1.jsp">Latihan1</a>| <a href="Latihan1.jsp"><button class="btn btn-dark">Latihan 1</button></a>
<a href="Latihan2.jsp">Latihan2</a>| <a href="Latihan2.jsp"><button class="btn btn-dark">Latihan 2</button></a>
<a href="Latihan3.jsp">Latihan3</a>| <a href="Latihan3.jsp"><button class="btn btn-dark">Latihan 3</button></a>
<a href="Latihan4.jsp">Latihan4</a>| <a href="Latihan4.jsp"><button class="btn btn-dark">Latihan 4</button></a>
<a href="Latihan5.jsp">Latihan5</a>| <a href="Latihan5.jsp"><button class="btn btn-dark">Latihan 5</button></a>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment