13 lines
342 B
HTML
13 lines
342 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Delete Bill | Vanikam</title>
|
|
</head>
|
|
<body>
|
|
<form action="/billing/bill/delete" method="post">
|
|
<button type="submit">Delete Bill</button>
|
|
</form>
|
|
</body>
|
|
</html>
|