header.jsp

14 lines | 402 B Blame History Raw Download
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>

<!--
	PetClinic :: a Spring Framework demonstration
-->

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  <link rel="stylesheet" href="<spring:url value="/static/styles/petclinic.css" htmlEscape="true" />" type="text/css"/>
  <title>PetClinic :: a Spring Framework demonstration</title>	
</head>