UNPKG

@fesjs/create-fes-app

Version:
24 lines (21 loc) 748 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <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" /> <meta name="format-detection" content="email=no" /> <meta name="viewport" content="viewport-fit=cover,width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"> <title> <%= title %> </title> <link rel="shortcut icon" type="image/x-icon" href="./logo.png"> </head> <body ontouchstart=""> <div id="<%= mountElementId %>"></div> <!-- built files will be auto injected --> </body> </html>