map-interaction/index.html
zhangkun9038@dingtalk.com 41fa1390ae first add
2025-01-30 23:47:14 +08:00

20 lines
406 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Matrix Map Demo (TS)</title>
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
font-family: Arial, sans-serif;
}
canvas { margin: 20px; }
div { margin: 10px; }
</style>
</head>
<body>
<script src="../dist/matrix-demo.js"></script>
</body>
</html>