統計
| ブランチ: | リビジョン:

pictcode / app / View / top / login.html @ d6c3d8de

履歴 | 表示 | アノテート | ダウンロード (3.013 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
        <main role="main">
30
                <article class="large_form">
31
                        <h2>
32
                                <img src="img/img_h1_login.png" alt="PictCode ログイン">
33
                        </h2>
34
                        <p class="">ほぞんデータを かんりするためには、ニックネームと パスワードを 入力して ログインする ひつようが あります。 入力に まちがいがないように 注意してください。</p>
35
                                <section>
36
                                        <dl>
37
                                                <dt><label for="">ニックネーム</label></dt>
38
                                                <dd><input type="text" name="id" value="" placeholder="ニックネーム" id="" /></dd>
39
                                                <dt><label for="">パスワード</label></dt>
40
                                                <dd><input type="password" name="password" value="" placeholder="パスワード" id="" /></dd>
41
                                        </dl>
42
                                </section>
43
                                <section class="caution">
44
                                        <p>ニックネームか パスワードに<br>まちがいが あるよ!</p>
45
                                </section>
46
                                <section>
47
                                        <p>ニックネームや パスワードを 忘れたばあいには お父さんや お母さんに 相談して、<br><a href="reminder.html"><span class="link_reminder">コチラ</span></a>を クリックして パスワードを 再はっこうしてもらってね!</p>
48
                                </section>
49
                                <section class="button_area01">
50
                                        <a href="index.html"><p class="button btn_back02"></p></a>
51
                                        <a href="login_top.html"><p class="button btn_login"></p></a>
52
                                </section>
53
                </article>
54
        </main>
55
56
        <!-- フッター -->
57
58
        <footer>
59
                <div id="wrapper">
60
                        <ul>
61
                                <li><a href="aboutthis.html" alt="">PictCodeについて</a></li>
62
                                <li><a href="terms.html" alt="">利用規約</a></li>
63
                                <li><a href="privacy.html" alt="">プライバシーポリシー</a></li>
64
                                <li><a href="aboutus.html" alt="">運営会社情報</a></li>
65
                                <li><a href="contact.html" alt="">お問い合わせ</a></li>
66
                        </ul>
67
                        <a href="index.html"><img class="logo" src="img/footer_logo01.png" alt=""></a>
68
                        <hr>
69
                        <img class="logo" src="img/footer_logo02.png" alt="">
70
                </div>
71
        </footer>
72
73
        <!-- js -->
74
        <script src="js/require_config.js"></script>
75
        <script data-main="js/app.js" src="js/require.js"></script>
76
</body>
77
</html>