training_data/web-dist/index.html

28 lines
673 B
HTML
Raw Normal View History

2025-03-02 17:53:04 +08:00
<!doctype html>
<html lang="en">
2025-03-02 19:58:24 +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 = {
VITE_APP_SERVER_IP: "192.168.139.239",
2025-03-02 20:37:58 +08:00
VITE_APP_SERVER_PORT: "3006",
VITE_APP_FILE_PORT: "8092",
2025-03-02 19:58:24 +08:00
VITE_APP_VERSION: "0.3.0",
VITE_APP_APP_NAME: "烽火慕课",
};
</script>
<title>fhmooc</title>
<script
type="module"
crossorigin
src="/assets/index-C6LPy0O3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CjRG4jbI.css" />
</head>
2025-03-02 17:53:04 +08:00
2025-03-02 19:58:24 +08:00
<body>
<div id="root"></div>
</body>
</html>