pictcode / app / View / top / reminder_reissue.html @ 50763f5b
履歴 | 表示 | アノテート | ダウンロード (2.601 KB)
1 | 50763f5b | shiwa | <!DOCTYPE html>
|
---|---|---|---|
2 | |||
3 | <html>
|
||
4 | <head>
|
||
5 | <title>-PictCode-</title> |
||
6 | <meta name="apple-mobile-web-app-capable" content="yes"> |
||
7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> |
||
8 | <meta charset = "UTF-8"> |
||
9 | <meta http-equiv="pragma" content="public"> |
||
10 | <meta http-equiv="Cache-Control" content="public"> |
||
11 | <meta http-equiv="Expires" content="-1"> |
||
12 | <meta http-equiv="Expires" content="86400"> |
||
13 | <!-- css -->
|
||
14 | <link href = "css/main.css" rel="stylesheet" type="text/css"> |
||
15 | <link href="css/bootstrap/bootstrap.css" rel="stylesheet" > |
||
16 | <link href="css/jquery-ui.min.css" rel="stylesheet" > |
||
17 | <!-- <link href = "css/fixedheaderandfooter.css" rel="stylesheet" type="text/css">-->
|
||
18 | </head>
|
||
19 | |||
20 | <body>
|
||
21 | <!-- ヘッダー -->
|
||
22 | |||
23 | <header>
|
||
24 | <a href=""><img class="header_button left" type="button" src="img/btn_header_004.png" alt=""></a> |
||
25 | <img class="center" src="img/header_title.png" alt="Pict Code"> |
||
26 | </header>
|
||
27 | |||
28 | <!-- メインコンテンツ -->
|
||
29 | |||
30 | <script type="text/javascript"> |
||
31 | $(function(){
|
||
32 | reviseMargin();
|
||
33 | $(window).on("resize",reviseMargin);
|
||
34 | function reviseMargin(){
|
||
35 | $("#contents").css({
|
||
36 | "margin-top":$("header")[150].offsetHeight + "px",
|
||
37 | "margin-bottom": $("footer")[450].offsetHeight + "px"
|
||
38 | });
|
||
39 | }
|
||
40 | });
|
||
41 | </script>
|
||
42 | |||
43 | <main role="main"> |
||
44 | <article class="contact"> |
||
45 | <h2>
|
||
46 | <img src="img/img_h1_reissue.png" alt="お問い合わせ - 送信完了"> |
||
47 | </h2>
|
||
48 | <p>パスワード再発行用のURLを、ご登録いただいたメールアドレス宛てに送信しました。</p> |
||
49 | <p>メールボックスをご確認の上、メールに添付されているURLをクリックし、指示に従ってパスワードの再発行を行ってください。</p> |
||
50 | <section class="image"> |
||
51 | <img src="img/img_img_sendmail.png"> |
||
52 | </section>
|
||
53 | <section class="button_area01"> |
||
54 | <a href="index.html"><p class="button btn_top02"></p></a> |
||
55 | </section>
|
||
56 | </article>
|
||
57 | </main>
|
||
58 | |||
59 | <!-- フッター -->
|
||
60 | |||
61 | <footer>
|
||
62 | <div id="wrapper"> |
||
63 | <ul>
|
||
64 | <li><a href="aboutthis.html" alt="">PictCodeについて</a></li> |
||
65 | <li><a href="terms.html" alt="">利用規約</a></li> |
||
66 | <li><a href="privacy.html" alt="">プライバシーポリシー</a></li> |
||
67 | <li><a href="aboutus.html" alt="">運営会社情報</a></li> |
||
68 | <li><a href="contact.html" alt="">お問い合わせ</a></li> |
||
69 | </ul>
|
||
70 | <a href="index.html"><img class="logo" src="img/footer_logo01.png" alt=""></a> |
||
71 | <hr>
|
||
72 | <img class="logo" src="img/footer_logo02.png" alt=""> |
||
73 | </div>
|
||
74 | </footer>
|
||
75 | |||
76 | <!-- js -->
|
||
77 | <script src="js/require_config.js"></script> |
||
78 | <script data-main="js/app.js" src="js/require.js"></script> |
||
79 | </body>
|
||
80 | </html> |