CloudrevePlus-frontend/public/index.html

25 lines
794 B
HTML
Raw Permalink Normal View History

2024-02-25 08:27:01 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="{pwa_small_icon}" sizes="64x64"/>
<meta
name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,shrink-to-fit=no"
/>
<meta name="theme-color" content="" />
<link rel="manifest" href="/manifest.json" />
<meta name="description" content="{siteDes}">
<meta name="keywords" content="{siteKeywords}">
<title>{siteName}</title>
<script>
window.subTitle = "{siteName}";
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
{siteScript}
</body>
</html>