2025-06-09 10:23:45 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
2025-06-09 18:50:07 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8"/>
|
2025-06-30 09:26:33 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/logo.svg"/>
|
|
|
|
|
<!-- <link href="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.min.css" rel="stylesheet">-->
|
2025-06-16 18:34:43 +08:00
|
|
|
<!-- <link href="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.min.css" rel="stylesheet">-->
|
2025-06-09 18:50:07 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
2025-06-30 09:26:33 +08:00
|
|
|
<title>友福同享官网</title>
|
2025-06-09 18:50:07 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
2025-06-16 18:34:43 +08:00
|
|
|
<!--<script src="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.full.min.js"></script>-->
|
2025-06-30 09:26:33 +08:00
|
|
|
<!--<script src="https://cdn.jsdelivr.net/npm/element-plus@2.4.10/dist/index.full.min.js"></script>-->
|
2025-06-16 18:34:43 +08:00
|
|
|
|
2025-06-09 18:50:07 +08:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
2025-06-09 10:23:45 +08:00
|
|
|
</html>
|