Files
Test2Jakarta/src/main/webapp/WEB-INF/jspf/entete.jspf
2025-09-22 17:52:24 +02:00

11 lines
424 B
Plaintext

<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gestion des clients</title>
<link rel="stylesheet" href="${pageContext.request.contextPath}/style/style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');
</style>
</head>