| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 | <!DOCTYPE html>
<!--[if IE 6]><html class="ie6 lte9 lte8 lte7" lang="zh-tw"><![endif]-->
<!--[if IE 8]><html class="ie8 lte9 lte8" lang="zh-tw"><![endif]-->
<!--[if IE 9]><html class="ie9 lte9" lang="zh-tw"><![endif]-->
<!--[if IE 7]><html class="ie7 lte9 lte8 lte7" lang="zh-tw"><![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9)  ]><!--><html  lang="zh-tw"><!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta content-language="zh-TW">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="description" content="">
        <meta name="viewport" content="width=1000,initial-scale=1,maximum-scale=1,user-scalable=0">
        <meta property="og:title" content=""/>
        <meta property="og:description" content=""/>
        <meta property="og:url" content=""/>
        <meta property="og:image" content=""/>
         <title></title>
        <link rel="stylesheet" href="css/normalize.min.css">
        <link rel="stylesheet" href="css/style.css">
        <script src="js/libs/modernizr-2.6.2-respond-1.1.0.min.js"></script>
        <style>
          .block img{
            height: 150px;
            width: auto;
          }
        </style>
    </head>
    <body>
        <div id="wrapper">
          <div class="block">
            <p>上傳模板(不超過512KB)</p>
            <input class="templeteUpLoad__btn" type="file">
            <img class="templete_output" src="" alt="">
          </div>
          <div class="block">
            <p>上傳照片(不超過512KB)</p>
            <input class="plotoUpLoad__btn" type="file">
            <img class="output" src="" alt="">
          </div>
          <hr>
          <p>合成比例(0.01~1 越小越像消費者)</p>
          <input class="faceFusion__alpha" type="text" value="0.01">
          <button class="faceFusion__start">開始融合</button>
          <br>          
          <hr>
          <h2>合成結果</h2>
          <div class="msg"></div>
          <img class="faceFusion" src="" alt="">
        </div><!-- #wrapper -->
        <script src="js/libs/jquery-1.11.1.min.js"></script>
        <script src="js/utlis.js"></script>
        <script src="js/main.js"></script>
        
        <script src="js/exif.js"></script>
        <script src="js/photoHelper.js"></script>
        <script src="js/faceFusionAPI.js"></script>
    </body>
</html>
 |