server/java/renkan-web/src/main/webapp/WEB-INF/jsp/projectPrompt.jsp
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 22:00:08 +0200
changeset 666 9d6550026232
parent 316 242510015401
permissions -rw-r--r--
Added tag V00.13.04 for changeset 69d13e7dd286

<%@ page language="java" contentType="text/html; charset=UTF-8"
    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">
<title>Project prompt</title>
</head>
<body>
    ${message}
</body>
</html>