Remove test code
This commit is contained in:
parent
4717a6e4e9
commit
8269daa423
|
@ -10,4 +10,4 @@
|
|||
<div class="board" id="board">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import { initializeBoard } from "./board.js";
|
||||
import { elt } from "./elt.js";
|
||||
|
||||
document.documentElement.appendChild(elt("a", { href: "https://startpage.com/" }, "This is a test"));
|
||||
initializeBoard("board");
|
||||
|
|
Loading…
Reference in a new issue