v3 init push
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!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="#2c2114">
|
||||
<meta name="apple-mobile-web-app-title" content="[#]title[#]" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/images/icons/favicon.svg" />
|
||||
<link rel="apple-touch-icon" href="assets/images/icons/apple-touch-icon.svg" />
|
||||
<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>
|
||||
Reference in New Issue
Block a user