Files

18 lines
507 B
HTML
Raw Permalink Normal View History

2026-04-07 20:01:06 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2026-04-08 14:18:03 +08:00
<link rel="icon" type="image/svg+xml" href="./src/assets/images/logo.png" />
2026-04-07 20:01:06 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2026-04-08 14:18:03 +08:00
<title>西安智慧应急多灾种灾害链分析专项</title>
2026-05-18 10:21:13 +08:00
<script>
// Polyfill for sockjs-client
window.global = window;
</script>
2026-04-07 20:01:06 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>