2021-05-31 16:14:28 +02:00
<!DOCTYPE html>
2021-06-07 17:41:25 +02:00
< html lang = "de" >
2021-05-31 16:14:28 +02:00
< 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" >
2021-07-28 21:52:12 +02:00
2021-06-25 19:28:41 +02:00
< link rel = "icon" type = "image/png" href = "<%= BASE_URL %>favicon.ico" >
< link rel = "icon" type = "image/png" href = "<%= BASE_URL %>favicon-96x96.png" sizes = "96x96" >
2021-07-28 21:52:12 +02:00
2021-06-07 17:41:25 +02:00
< title > Kompetenz Inventar der WTF eG< / title >
2021-07-28 21:52:12 +02:00
< script src = "<%= BASE_URL %>config.js" > < / script >
2021-05-31 16:14:28 +02: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 >
< div id = "app" > < / div >
<!-- built files will be auto injected -->
< / body >
< / html >