2020-09-02 08:06:35 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
2020-09-02 13:57:40 +00:00
< link rel = 'icon' type = 'image/png' href = '/favicon.png' >
< link rel = "apple-touch-icon" sizes = "180x180" href = "/img/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/img/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/img/favicon-16x16.png" >
< link href = "//vjs.zencdn.net/7.3.0/video-js.min.css" rel = "stylesheet" >
< script src = "//vjs.zencdn.net/7.3.0/video.min.js" > < / script >
< script src = "//www.youtube.com/iframe_api" > < / script >
< script src = "//player.twitch.tv/js/embed/v1.js" > < / script >
< link href = "//fonts.googleapis.com/css?family=Muli" rel = "stylesheet" >
< link rel = 'stylesheet' href = '/global.css' >
2020-09-02 08:06:35 +00:00
< title > < %= htmlWebpackPlugin.options.title %>< / title >
< / head >
< body >
< 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 >
<!-- built files will be auto injected -->
< / body >
< / html >