2018-10-25 21:51:47 +08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2020-06-07 02:03:55 +08:00
< meta charset = "utf-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" / >
2021-09-22 22:44:31 +08:00
< link rel = "icon" href = "<%= BASE_URL %>static/favicon.png" / >
2021-12-18 18:08:42 +08:00
< link href = "<%= BASE_URL %>custom.css" rel = "stylesheet" type = "text/css" >
< script src = "<%= BASE_URL %>custom.js" async defer > < / script >
2020-06-07 02:03:55 +08:00
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2018-10-25 21:51:47 +08:00
< / head >
< body >
< noscript >
2020-06-07 02:03:55 +08:00
< strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.< / strong >
2018-10-25 21:51:47 +08:00
< / noscript >
2020-06-07 02:03:55 +08:00
< div id = "app" > < / div >
2018-10-25 21:51:47 +08:00
< / body >
< / html >