cours0708/P51/apache-tomcat-6.0.14/webapps/RandoOnLine/index.jsp

21 lines
520 B
Plaintext

<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="style.css" type="text/css" />
<title>RandoOnLine</title>
</head>
<body>
<h1>RandoOnLine</h1>
<br/>
<a href="./Articles">Afficher les articles</a>
</body>
</html>