server/renkan-web/src/main/webapp/WEB-INF/jsp/projectPrompt.jsp
changeset 316 242510015401
parent 315 8c85ab4cf3aa
child 317 2b30c5426f1e
equal deleted inserted replaced
315:8c85ab4cf3aa 316:242510015401
     1 <%@ page language="java" contentType="text/html; charset=UTF-8"
       
     2     pageEncoding="UTF-8"%>
       
     3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
       
     4 <html>
       
     5 <head>
       
     6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
       
     7 <title>Project prompt</title>
       
     8 </head>
       
     9 <body>
       
    10     ${message}
       
    11 </body>
       
    12 </html>