28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="[#]language[#]">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
|
<meta name="description" content="[#]lang:meta.page_desc[#]">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
<meta name="color-scheme" content="light">
|
|
<meta name="theme-color" content="#fef9ed">
|
|
<meta name="apple-mobile-web-app-title" content="[#]title[#]" />
|
|
<link rel="icon" type="image/png" href="assets/images/icons/favicon.png" />
|
|
<link rel="apple-touch-icon" href="assets/images/icons/apple-touch-icon.png" />
|
|
<link rel="manifest" href="assets/images/icons/site.webmanifest" />
|
|
<script id="app-config" type="application/json">[#]app_config[#]</script>
|
|
<title>[#]title[#]</title>
|
|
<!-- [PART] css [START] -->
|
|
<link rel="stylesheet" href="[#]filename[#]" />
|
|
<!-- [PART] css [END] -->
|
|
<!-- [PART] module [START] -->
|
|
<link rel="modulepreload" href="[#]filename[#]" />
|
|
<!-- [PART] module [END] -->
|
|
<script type="module" src="[#]app_entry[#]"></script>
|
|
</head>
|
|
<body>
|
|
<div id="container"></div>
|
|
</body>
|
|
</html>
|