2019-07-19 13:51:57 -07:00
<!DOCTYPE html>
2022-10-13 12:28:35 -07:00
< html lang = "" >
2019-07-19 13:51:57 -07:00
< head >
< meta charset = "utf-8" >
2020-10-04 23:45:50 -07:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2022-10-13 12:28:35 -07:00
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2019-07-19 13:51:57 -07:00
< / head >
< body >
2022-10-13 12:28:35 -07:00
< noscript >
< strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.< / strong >
< / noscript >
< div id = "app" > < / div >
2020-03-10 20:47:07 -07:00
<!-- built files will be auto injected -->
2019-07-19 13:51:57 -07:00
< / body >
2022-10-13 12:28:35 -07:00
< / html >