2023-12-24 00:17:31 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<title>铁粉空间-运营后台</title>
|
|
|
|
<link rel="stylesheet" href="../src/index.css">
|
2023-12-24 14:15:49 +08:00
|
|
|
<link rel="icon" href="./favicon.ico">
|
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
2023-12-24 00:17:31 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|