26 lines
636 B
HTML
Raw Normal View History

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" />
<title>Maxcess SCEP</title>
2025-03-21 09:20:29 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2025-04-23 17:47:28 +08:00
<script type="module" src="/lodop.js"></script>
2025-04-22 11:29:52 +08:00
<script src="https://cdn.staticfile.net/Sortable/1.10.0-rc2/Sortable.min.js"></script>
2025-04-23 17:47:28 +08:00
2025-03-21 09:20:29 +08:00
</body>
</html>