From 0b76d1a624c89438f2d52df06410b377af5b6fd0 Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Mon, 3 Jun 2024 12:15:41 +0200 Subject: [PATCH] switch link checking library, fixes #2, initial config window --- index.html => html/onboarding.html | 0 preload.js => js/preload.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename index.html => html/onboarding.html (100%) rename preload.js => js/preload.js (100%) diff --git a/index.html b/html/onboarding.html similarity index 100% rename from index.html rename to html/onboarding.html diff --git a/preload.js b/js/preload.js similarity index 100% rename from preload.js rename to js/preload.js