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

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

履歴 | 表示 | アノテート | ダウンロード (2.495 KB)

1
<!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_save06.png" alt="ぷろぐらむ の ほぞん - ログイン かくにん">
33
                        </h2>
34
                        <p>今はまだ ログイン されていません。 ログインすることで 作ったプログラムを ほぞんできるよ!</p>
35
                        <p>ログインしますか?</p>
36
                        <section class="button_area01">
37
                                <a href="index.html"><p class="button btn_back03"></p></a>
38
                                <a href="login.html"><p class="button btn_save02"></p></a>
39
                        </section>
40
                        <section class="login_top01">
41
                                <a href="register.html"><p class="register_btn01"><img src="img/img_arrow_top01.png" alt="今すぐとうろく!">今すぐとうろく!</p></a>
42
                        </section>
43
                        <section class="button_area01">
44
                                <a href="index.html"><p class="button btn_top02"></p></a>
45
                        </section>
46
                </article>
47
        </main>
48

    
49
        <!-- フッター -->
50

    
51
        <footer>
52
                <div id="wrapper">
53
                        <ul>
54
                                <li><a href="aboutthis.html" alt="">PictCodeについて</a></li>
55
                                <li><a href="terms.html" alt="">利用規約</a></li>
56
                                <li><a href="privacy.html" alt="">プライバシーポリシー</a></li>
57
                                <li><a href="aboutus.html" alt="">運営会社情報</a></li>
58
                                <li><a href="contact.html" alt="">お問い合わせ</a></li>
59
                        </ul>
60
                        <a href="index.html"><img class="logo" src="img/footer_logo01.png" alt=""></a>
61
                        <hr>
62
                        <img class="logo" src="img/footer_logo02.png" alt="">
63
                </div>
64
        </footer>
65

    
66
        <!-- js -->
67
        <script src="js/require_config.js"></script>
68
        <script data-main="js/app.js" src="js/require.js"></script>
69
</body>
70
</html>