dajin/index.html

19 lines
462 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="src/assets/images/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>大金中国调达本部网站</title>
<style>
.n-modal-container {
z-index: 999!important;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>