init
This commit is contained in:
24
public/index.html
Normal file
24
public/index.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!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>
|
Reference in New Issue
Block a user