I have jsp page under WebContent/WEB-INF/forms/login.jsp
-
<html>
<head>
<link rel="stylesheet" href=/Styles/Styles/Site.css" type="text/css" />
<title>Create new customer</title>
</head>
<body>
</body>
</html>
Site.css
is located in WebContent/Styles
. When I load login.jsp
I see that the css doesn't affects . How write the href
correctly?