← Back
Editing: thanks.html
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <title>サンクスページサンプル</title> <meta name="revisit_after" content="7 days" /> <meta name="robots" content="ALL" /> <meta http-equiv="pragma" content="no-cache" /> <link rel="index" href="index.html" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="commons/_include.css" type="text/css" /> <meta name="Keywords" content="メールフォームプロCGI 2.0.0" /> <meta name="Description" content="サンクスページサンプル" /> </head> <body> <div id="wrapper"> <div id="header"> <h1 align="left" id="title">お問い合わせありがとうございました</h1> <div align="left"><span>THANKS for contact to A-team</span> </div> </div> <div id="container"> <div id="contents"> <div id="thanks"> <script type="text/javascript" src="commons/thanks.js"></script> </div> <p>このたびは、株式会社A-TEAMにお問い合わせいただきまして誠にありがとうございます。</p> <p>メールの内容を確認し、各部署にて対応させていただきます。</p> <p>ありがとうございました。</p> <p> </p> <p>> <a href="http://www.a-teaminc.jp">A-TEAM トプページへ戻る</a></p> </div> </div> <div id="footer"> <span>Copyright© Copyright(C) 2006 A-TEAMco.,Ltd, All rights Reserved.</span> </div> </div> </body> </html>
Save File
Cancel