pre-warning-system/index.html

14 lines
423 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/images/logo/preevents.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>重大事件舆情感知预警锚点推荐系统</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>