%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="<http://java.sun.com/jsp/jstl/core>" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>body.jsp</title>
<style type="text/css">
img{
width: 500px;
height: 500px;
cursor: pointer;
}
</style>
</head>
<body>
<img alt="home image" src="../image/home.jpeg" onclick="location.href='index.jsp'"/>
</body>
</html>