Salome HOME
Minor fix of input tag.
[tools/siman.git] / Workspace / Siman / WebContent / jsp / presentationpane.jsp
1 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
2     pageEncoding="ISO-8859-1"
3 %><%@
4     taglib prefix="s" uri="/struts-tags"
5 %>
6 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
7 <html>
8
9         <head>
10                 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
11                 <link href=<s:url value="/skin/default.css"/> rel="stylesheet" type="text/css">
12         </head>
13         <body>
14                 <p>Simple body text</p>
15         </body>
16 </html>