17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
<%-- any content can be specified here e.g.: --%>
|
|
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
|
<%--
|
|
Document : newjsp
|
|
Created on : 18 sept. 2021, 15:34:04
|
|
Author : Dominique_2
|
|
--%>
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Gestion des clients</title>
|
|
</head>
|
|
<body>
|
|
<h1>Gestion des clients</h1>
|