Restructure project folders and remove obsolete files
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
This commit is contained in:
29
resources/masks/index.html
Normal file
29
resources/masks/index.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!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">
|
||||
<meta name="description" content="[#]lang:meta.page_og_desc[#]">
|
||||
<meta property="og:title" content="[#]title[#]" />
|
||||
<meta property="og:description" content="[#]lang:meta.page_og_desc[#]" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="[#]server[#]" />
|
||||
<meta property="og:image" content="assets/images/icons/ogp.svg?v=20260528" />
|
||||
<meta property="og:locale" content="[#]lang:meta.locale[#]" />
|
||||
<link rel="icon" type="image/png" href="assets/images/icons/favicon-96x96.png?v=20260528" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="assets/images/icons/favicon.svg?v=20260528" />
|
||||
<link rel="shortcut icon" href="assets/images/icons/favicon.ico?v=20260528" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png?v=20260528" />
|
||||
<meta name="apple-mobile-web-app-title" content="[#]title[#]" />
|
||||
<link rel="manifest" href="assets/images/icons/site.webmanifest?v=20260528" />
|
||||
<meta name="theme-color" content="#081B19">
|
||||
<script id="app-config" type="application/json">[#]app_config[#]</script>
|
||||
<title>[#]title[#]</title>
|
||||
</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