map-interaction/index.html

20 lines
406 B
HTML
Raw Normal View History

2025-01-30 23:47:14 +08:00
<!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>