root/trunk/myweb/WebContent/Thanks.jsp

Revision 27, 402 bytes (checked in by yabuki, 3 years ago)
  • Property svn:mime-type set to text/plain
Line 
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>登録完了</title>
8</head>
9<body>
10  <p>Thanks!</p>
11  <p><a href="Register">戻る</a></p>
12</body>
13</html>
Note: See TracBrowser for help on using the browser.