Remove outdated README.md and update favicon in index.html
- Deleted the backend README.md file as it was no longer needed. - Changed the favicon from a SVG to a PNG format for better compatibility. - Updated the page title in index.html to reflect a more concise branding message.
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<link rel="icon" type="image/png" href="/icon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="MiroFish - 社交媒体舆论模拟系统" />
|
||||
<title>MiroFish - 上传任意报告,模拟世界即刻开始</title>
|
||||
<title>MiroFish - 预测万物</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user