26 lines
636 B
HTML
26 lines
636 B
HTML
<!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"
|
|
content="123"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="123"
|
|
/>
|
|
<link rel="icon" href="/logo.png" />
|
|
<title>Maxcess SCEP</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<script type="module" src="/lodop.js"></script>
|
|
<script src="https://cdn.staticfile.net/Sortable/1.10.0-rc2/Sortable.min.js"></script>
|
|
|
|
</body>
|
|
</html>
|