diff --git a/src/index.html b/src/index.html index a8bd83e..4bcff3a 100644 --- a/src/index.html +++ b/src/index.html @@ -10,4 +10,4 @@
- \ No newline at end of file + diff --git a/src/js/main.js b/src/js/main.js index 7bfd889..1a6ae3e 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -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");