book_manage/web-dist/index.html

26 lines
637 B
HTML
Raw Normal View History

2025-03-02 17:53:04 +08:00
<!doctype html>
<html lang="en">
2025-03-04 22:15:34 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
window.env = {
2025-03-04 22:24:52 +08:00
VITE_APP_SERVER_IP: "host.docker.internal",
VITE_APP_SERVER_PORT: "3000",
VITE_APP_FILE_PORT: "80",
VITE_APP_VERSION: "0.30",
VITE_APP_APP_NAME: "test",
2025-03-04 22:15:34 +08:00
};
</script>
2025-03-04 22:24:52 +08:00
<title>test</title>
2025-03-04 22:15:34 +08:00
<script type="module" crossorigin src="/assets/index-De5TXRhh.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BL-ZztvJ.css" />
</head>
<body>
<div id="root"></div>
</body>
</html>