<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Delete Item</title>
</head>
<body align="center">
    <div align="center">
      <a href="/create">Add</a> |
      <a href="/viewall">View</a>
    </div>

    <form action='' method="post">
        Do you want to delete the item?
        <input type = "submit" value="Confirm">
        <a href='/viewall'>Cancel</a>
    </form>

</body>
</html>