breed-datav/index.html

25 lines
641 B
HTML
Raw Normal View History

2023-12-02 19:06:31 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-03-06 18:04:42 +08:00
<link rel="icon" type="image/svg+xml" href="/logo.png" />
2023-12-02 19:06:31 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<style>
html{
font-size: 16px;
}
</style>
2024-02-28 13:55:55 +08:00
<!-- <script src="/public/jessibuca.js"></script> -->
2023-12-02 19:06:31 +08:00
<script type="text/javascript">
window._AMapSecurityConfig = {
securityJsCode:'e8b6cb44e8e431d68052c8e10db99264',
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>