2020-11-20 18:43:30 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2020-11-20 21:44:02 +00:00
< meta name = "viewport" content = "width=device-width,initial-scale=1.0,user-scalable=no" >
2020-11-20 18:43:30 +00:00
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2020-11-20 21:44:02 +00:00
< meta name = "keywords" content = "minecraft, map, dynamic" / >
< meta name = "description" content = "Minecraft Dynamic Map" / >
< meta name = "apple-mobile-web-app-capable" content = "yes" / >
< meta name = "apple-mobile-web-app-status-bar-style" content = "black-translucent" / >
< link rel = "icon" href = "images/dynmap.ico" type = "image/ico" / >
2020-11-20 18:43:30 +00:00
< / 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 >
2020-11-20 21:44:02 +00:00
< div id = "mcmap" class = "dynmap" > < / div >
2020-11-23 12:13:28 +00:00
< script src = "standalone/config.js" > < / script >
2020-11-20 18:43:30 +00:00
<!-- built files will be auto injected -->
< / body >
< / html >