2025-03-21 09:20:29 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta
|
|
|
|
name="keywords"
|
2025-04-23 17:47:28 +08:00
|
|
|
content="123"
|
2025-03-21 09:20:29 +08:00
|
|
|
/>
|
|
|
|
<meta
|
|
|
|
name="description"
|
2025-04-23 17:47:28 +08:00
|
|
|
content="123"
|
2025-03-21 09:20:29 +08:00
|
|
|
/>
|
2025-05-12 09:22:57 +08:00
|
|
|
<link rel="icon" href="/logo.png" />
|
2025-05-16 11:54:35 +08:00
|
|
|
<script type="module" src="/lodop.js"></script>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2025-05-12 09:22:57 +08:00
|
|
|
<title>Maxcess SCEP</title>
|
2025-03-21 09:20:29 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
2025-04-23 17:47:28 +08:00
|
|
|
|
2025-03-21 09:20:29 +08:00
|
|
|
</body>
|
|
|
|
</html>
|