financial-bigscreen/public/index.html

20 lines
636 B
HTML
Raw Normal View History

2023-11-24 09:15:28 +08:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- <link rel="icon" href="Logo.ico"> -->
2024-11-14 15:30:11 +08:00
<link rel="icon" href="Logo.ico">
2023-11-24 09:15:28 +08:00
<title>资本市场系统性风险平台</title>
2024-11-14 15:30:11 +08:00
2023-11-24 09:15:28 +08:00
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>