2022-10-28 00:14:20 +00:00
<!DOCTYPE html>
< html lang = "" >
< 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" >
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
< title > < %= htmlWebpackPlugin.options.title %>< / title >
2023-11-27 18:52:00 +00:00
<!-- Matomo -->
< script >
let _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
const u = "https://stats.kiwi.lenaisten.de/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '10']);
const d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
})();
< / script >
<!-- End Matomo Code -->
2022-10-28 00:14:20 +00:00
< / head >
< body >
< noscript >
2023-11-04 16:01:58 +00:00
< strong > Es tut uns leid, aber < %= htmlWebpackPlugin.options.title %> funktioniert nicht richtig ohne JavaScript. Bitte aktivieren Sie es, um fortzufahren.< / strong >
2022-10-28 00:14:20 +00:00
< / noscript >
< div id = "app" > < / div >
<!-- built files will be auto injected -->
< / body >
< / html >