57 lines
1.6 KiB
HTML
57 lines
1.6 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>__PROJECT_NAME__</title>
|
|
<base href="/" />
|
|
<link rel="stylesheet" href="/_dist_/index.mjs.css?t=__TIMESTAMP__" />
|
|
|
|
<!--
|
|
<link
|
|
rel="shortcut icon"
|
|
type="image/x-icon"
|
|
href="/favicon/favicon.ico"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/favicon/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
<link
|
|
rel="mask-icon"
|
|
href="/favicon/safari-pinned-tab.svg"
|
|
color="#c4102d"
|
|
/>
|
|
<meta name="msapplication-TileColor" content="#c4102d" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
-->
|
|
|
|
<!--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>
|
|
</body>
|
|
|
|
<!--SSR.ERROR-->
|
|
<!--SSR.COMMENT-->
|
|
</html>
|