UNPKG

fd-gulp-convert-encoding

Version:

convert file to assigned charset

46 lines (39 loc) 1.51 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta name="apple-touch-fullscreen" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="black"/> <meta name="format-detection" content="telephone=no" /> <link rel="apple-touch-icon-precomposed" href="http://a.tbcdn.cn/mw/s/hi/tbtouch/images/touch-icon.png" > <link rel="stylesheet" href="${butterfly}/vendor/lofty/port/lofty.css" /> <link rel="stylesheet" href="${butterfly}/vendor/lofty/ui/button/1.0/button.css" /> <title>detail</title> </head> <body> <div id="wing-page-content"></div> <script src="${wing.js}"></script> <script> Wing = window.Wing || {}; Wing.config = { "package": "${package}", "module": "${module}", "action": "${view}", "query": ${query}, "ds": ${ds}, "butterflyRoot": "${butterfly}", // "butterflyRoot": "http://yourip:10000/butterfly", "productRoot": "${detail}", // "productRoot": "http://yourip:10000/detail", "productName":"${productName}", "networkType":"${networkType}" }; </script> <script src="${detail}/productInfo.js"></script> <script src="${butterfly}/lib/port/wing-context.js"></script> <script src="${butterfly}/lib/config/lofty.js"></script> <script src="${butterfly}/vendor/lofty/gallery/appframework/af.js"></script> </body> </html>