37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==" id="favicon" />
|
|
<script>
|
|
// 立即从 localStorage 设置 favicon,避免闪烁
|
|
(function() {
|
|
try {
|
|
var cached = localStorage.getItem('siteInfo');
|
|
if (cached) {
|
|
var info = JSON.parse(cached);
|
|
if (info.siteLogo) {
|
|
var link = document.getElementById('favicon');
|
|
link.href = info.siteLogo;
|
|
link.type = 'image/png';
|
|
}
|
|
if (info.siteName) {
|
|
document.title = info.siteName;
|
|
}
|
|
}
|
|
} catch (e) {}
|
|
})();
|
|
</script>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
|
<title>民众智创</title>
|
|
<script type="module" crossorigin src="/assets/index-BcfRvOz8.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DSYnuUvx.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
</html>
|