Skip to content

Commit

Permalink
fix tool assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 4, 2024
1 parent a6842be commit c3b277f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<style>
body { margin: 0; }
</style>
<script type="module" crossorigin src="/assets/index-COHY6Gt9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-43v8HXt0.css">
<script type="module" crossorigin src="assets/index-COHY6Gt9.js"></script>
<link rel="stylesheet" crossorigin href="assets/index-43v8HXt0.css">
</head>
<body>
<div id="info"><button id="btn_translate">Translate</button><button id="btn_rotate">Rotate</button><button id="btn_addpoint">Add Point</button>
Expand Down

0 comments on commit c3b277f

Please sign in to comment.