2025-12-03 14:42:59 +08:00
|
|
|
<!doctype html>
|
2025-10-30 19:30:06 +08:00
|
|
|
<html lang="">
|
|
|
|
|
<head>
|
2025-12-03 14:42:59 +08:00
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-10-30 19:30:06 +08:00
|
|
|
<title>SPDM</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|