Files
mixtape/zero.Web/Views/index.tpl.html
T
2021-05-04 17:23:52 +02:00

27 lines
988 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="author" content="brothers">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="expires" content="0">
<link rel="icon" type="image/png" href="/assets/zero-icon.png" sizes="32x32">
<link rel="image_src" type="image/png" href="/assets/zero-icon.png" sizes="192x192" />
<link rel="shortcut icon" type="image/png" href="/assets/zero-icon.png" sizes="196x196">
<base href="~/">
{{styles}}
<title>zero</title>
</head>
<body class="theme-light theme-roundedx">
<div id="app"></div>
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">{{svg}}</svg>
<script id="zeroconfig" type="application/json">{{config}}</script>
<script>
window.__zero = {{config}};
window.zero = window.__zero;
</script>
{{scripts}}
</body>
</html>