Files
SPDM/index.html

17 lines
515 B
HTML
Raw Normal View History

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-12-29 19:18:02 +08:00
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="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>