14 lines
316 B
HTML
14 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Delete Item</title>
|
|
</head>
|
|
<body align="center">
|
|
<form action='' method="post">
|
|
Do you want to delete the item?
|
|
<input type = "submit" value="Confirm">
|
|
<a href='/viewall'>Cancel</a>
|
|
</form>
|
|
</body>
|
|
</html> |