Skip to content

Commit

Permalink
Merge pull request kokonior#380 from jeremijaya/patch-2
Browse files Browse the repository at this point in the history
Update BgJer2.php
  • Loading branch information
kokonior authored Oct 19, 2021
2 parents 17f55db + 82c8285 commit 8326cab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions BgJer2.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@
}
?>

<html>
<head>
<title>Menghitung Luas Segitiga</title>
</head>
<body>
<h2>Hitung Luas Segitiga dengan PHP</h2>
<h3>Isi Data:</h3>
<form action="index.php" method="POST" enctype="multipart/form-data">
<table>
<tr>
<td>Alas Segitiga</td>
<td>:</td>
<td><input type="text" name="alas" required ></td>
</tr>
</table>
</form>

0 comments on commit 8326cab

Please sign in to comment.