@@ -19,11 +19,15 @@
|
||||
<meta name="theme-color" content="#081B19">
|
||||
<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>
|
||||
<!-- [PART] entrypoint [START] -->
|
||||
<script defer src="[#]filename[#]"></script>
|
||||
<!-- [PART] entrypoint [END] -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user