Home.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html> <html lang="en"> <head> <meta charset="ISO-8859-1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Online Grocery Store - Home</title> <link rel="stylesheet" href="styles.css"> <script src="js/script.js" defer></script> </head> <body> <header> <div class="header-container"> <h1>Online Grocery Store</h1> <nav> <a href="home.jsp">Home</a> <a href="products.jsp">Products</a> ...