<!doctype html>
<html lang="de">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <title>TibiCMS</title>
        <base href="/" />
        <link rel="stylesheet" href="/dist/index.css?t=__TIMESTAMP__" />

        <!--HEAD-->

        <!--PRELOAD-->
    </head>
    <body>
        <div id="appContainer"><!--HTML--></div>
        <script type="module" src="/dist/index.mjs?t=__TIMESTAMP__"></script>
        <script nomodule src="/dist/index.es5.js?t=__TIMESTAMP__"></script>
        <script
            src="//cc.webmakers.de/cc.js"
            defer
            id="ccScript"
            data-cc-tags="googleMaps"
            data-cc-privacy-policy-url="/datenschutz"
            data-cc-secondary-color="#c4253e"
            data-cc-necessary-cookies="likecmsSession"
        ></script>
    </body>

    <!--SSR.ERROR-->
    <!--SSR.COMMENT-->
</html>