hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
longisland20th
/
Upload FileeE
HOME
<?php //---------------------------------------------------------------------- // ログイン認証 ここから(ログイン認証が必要なページの上部にここをコピペすれば、ログイン認証が必要なページになります。必ずdoctype宣言の上に記述してください) //---------------------------------------------------------------------- include_once("include/config.php");//(必要に応じてパスは適宜変更下さい) session_name('PHP_LOGIN_SYSTEM'); session_start(); authUser($userid,$password); //---------------------------------------------------------------------- // ログイン認証 ここまで //---------------------------------------------------------------------- ?> <!doctype html> <html> <head> <meta charset="UTF-8"> <title>ロングアイランド 20thアニバーサリーキャンペーン</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="keywords" content=""> <meta name="description" content=""> <!-- <link rel="shortcut icon" href="assets/img/favicon.ico"/> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/img/touch-icon-ipad.jpg"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/img/touch-icon-iphone.jpg"> --> <link rel="stylesheet" href="assets/css/index.css" type="text/css"/> <!--スマホとタブレットでviewportを切替え--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> $(function(){ // setViewport spView = 'width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0'; tbView = 'width=1000px,maximum-scale=2.0,user-scalable=1'; if(navigator.userAgent.indexOf('iPhone') > 0 || navigator.userAgent.indexOf('iPod') > 0 || (navigator.userAgent.indexOf('Android') > 0 && navigator.userAgent.indexOf('Mobile') > 0)){ $('head').prepend('<meta name="viewport" content="' + spView + '" id="viewport">'); } else if(navigator.userAgent.indexOf('iPad') > 0 || (navigator.userAgent.indexOf('Android') > 0 && navigator.userAgent.indexOf('Mobile') == -1) || navigator.userAgent.indexOf('A1_07') > 0 || navigator.userAgent.indexOf('SC-01C') > 0){ $('head').prepend('<meta name="viewport" content="' + tbView + '" id="viewport">'); } }); </script> </head> <body> <div id="wrapper"> <header> <div> <h1><img src="assets/img/logo.png" alt=""></h1> <figure><img src="assets/img/longisland_20th_anniversary_sp.jpg" alt=""></figure> </div> </header> <main class="clearfix"> <figure><img src="assets/img/longisland_20th_anniversary.jpg" alt=""></figure> <div> <section> <h2>LONG ISLAND</h2> <h3>20th Anniversary Campaign</h3> <p>このたびは「ロングアイランド 20th アニバーサリー キャンペーン」にご参画を賜り誠にありがとうございます。<br>現在、キャンペーン期間中にロングアイランドをご購入のお客様(先着200名様)にオリジナル記念ネームホルダーをプレゼントしております。<br>つきましてはお手数ではございますが下記よりノベルティーのご申請をお願いいたします。<br>ご不明な点につきましては販売店の担当者までお問い合わせいただきますよう、お願い申し上げます。<br>今後ともフランク ミュラーのご愛顧をお願い申し上げます。</p> <article>フランク ミュラー日本輸入総代理店<br>ワールド通商株式会社</article> <p><font color=#FD0408>※受付は終了いたしました。誠にありがとうございました。</font></p> </section> </div> </main> </div> <footer> <small>©ワールド通商株式会社 WORLD COMMERCE CORPORATION</small> </footer> </body> </html>