Remove test code

This commit is contained in:
Manuel Thalmann 2022-12-08 13:31:04 +01:00
parent 4717a6e4e9
commit 8269daa423
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B
2 changed files with 1 additions and 3 deletions

View file

@ -10,4 +10,4 @@
<div class="board" id="board">
</div>
</body>
</html>
</html>

View file

@ -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");