From 8269daa4233735473682846727ffdb838c16ddf0 Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
Date: Thu, 8 Dec 2022 13:31:04 +0100
Subject: [PATCH] Remove test code

---
 src/index.html | 2 +-
 src/js/main.js | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

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 @@
         <div class="board" id="board">
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>
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");