From be46fbfc92aa49a38bf4d59a52bb41056747b52c Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 4 Aug 2026 13:56:28 -0700 Subject: [PATCH] Move test webpage to enable import map scoping and support CDN imports in the future. --- index.html => test/index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename index.html => test/index.html (94%) diff --git a/index.html b/test/index.html similarity index 94% rename from index.html rename to test/index.html index ad18d39..8a19330 100644 --- a/index.html +++ b/test/index.html @@ -10,7 +10,12 @@ SPDX-License-Identifier: GPL-3.0-or-later @@ -82,7 +87,7 @@ SPDX-License-Identifier: GPL-3.0-or-later } })() - + -- 2.52.0