updating post order animation
This commit is contained in:
committed by
JamesFlare1212
parent
50bbf8c2a7
commit
fea90f2b4d
@@ -1,11 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<!-- Author: Evan Lee -->
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Morris Post‑Order Traversal Animation & Code Display</title>
|
||||
<title>Morris Post Order Traversal Animation & Code Display</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<!-- Load Konva.js -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/konva@8.3.13/konva.min.js"></script>
|
||||
<script src="../../konva.js"></script>
|
||||
<script src="script.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -57,4 +58,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user