Files
kontextwerk/frontend/spa.html
2025-10-02 10:32:54 +00:00

105 lines
2.7 KiB
HTML

<!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>KontextWerk</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/img/apple-touch-icon.png"
/>
<meta
name="google-site-verification"
content="275yXOPP-tYplMaTZw1HQ0-DfNDm4RjtY1YRYBWqIvI"
/>
<link
rel="icon"
type="image/png"
href="/assets/fav/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/svg+xml"
href="/assets/fav/favicon.svg"
/>
<link
rel="shortcut icon"
href="/assets/fav/favicon.ico"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/fav/apple-touch-icon.png"
/>
<meta
name="apple-mobile-web-app-title"
content="MyWebSite"
/>
<link
rel="manifest"
href="/assets/fav/site.webmanifest"
/>
<base href="/" />
<link
rel="stylesheet"
href="/dist/index.css?t=__TIMESTAMP__"
/>
<link
rel="dns-prefetch"
href="//analytics.google.com"
/>
<link
rel="dns-prefetch"
href="https://store-punbvyqteo.mybigcommerce.com"
/>
<link
rel="preconnect"
href="https://store-punbvyqteo.mybigcommerce.com"
/>
<link
rel="dns-prefetch"
href="//cdn.bigcommerce.com"
/>
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!--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="googleAnalytics,metaPixel"
data-cc-privacy-policy-url="/datenschutz"
data-cc-secondary-color="#c4253e"
data-cc-necessary-cookies="likecmsSession"
></script>
</body>
<!--SSR.ERROR-->
<!--SSR.COMMENT-->
</html>