2020-03-21 15:10:52 +01:00
<!DOCTYPE html>
2020-03-21 16:40:32 +01:00
< html lang = "de" >
2020-03-21 15:10:52 +01:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2020-03-21 16:19:14 +01:00
< meta name = "viewport" content = "width=device-width" >
2020-03-21 15:10:52 +01:00
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
2020-03-22 20:18:18 +01:00
< link rel = "manifest" href = "<%= BASE_URL %>manifest.json" / >
2020-03-22 19:54:23 +01:00
< title > < %= htmlWebpackPlugin.options.title %> - Der Datensparsame Verhaltenstest< / title >
< meta name = "description" content = "Die COVID-19 Verhaltensdiagnose, die keine Daten speichert." / >
< meta name = "keywords" content = "corona, coronavirus, covid19, covid-19, wirvsvirus, wir-vs-virus, covid19test, covidtest, coronatest, corona-test" / >
2020-03-21 15:10:52 +01: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 >