cancellation.htm
576 Bytes
<!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=euc-jp">
<title>クレジット決済 中止</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<script>
{literal}
{/literal}
</script>
</head>
<body>
<h1>クレジット決済 中止ページ</h1>
<hr><br>
<p>クレジット決済処理を中止しました。</p><br>
<p>この画面を閉じて、はじめからやり直してください。</p><br>
<input type="button" value="閉じる" onClick="window.close();">
</body>
</html>