2018-10-25 15:51:47 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2020-06-06 20:03:55 +02: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" / >
< link rel = "icon" href = "<%= BASE_URL %>frontend/favicon.png" / >
< link href = "https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,600" rel = "stylesheet" / >
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2020-07-04 20:07:23 +02:00
< script src = "<%= BASE_URL %>api/config.js" > < / script >
2018-10-25 15:51:47 +02:00
< / head >
< body >
< noscript >
2020-06-06 20:03:55 +02: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 15:51:47 +02:00
< / noscript >
2020-06-06 20:03:55 +02:00
< div id = "app" > < / div >
2018-10-25 15:51:47 +02:00
< / body >
< / html >