Initial commit - Route Commerce platform

This commit is contained in:
2026-06-01 19:40:55 +00:00
commit 53a9671461
617 changed files with 106132 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>Nav Test</title></head><body><button id="btn">TEST REPLACE</button><script>btn.onclick = function() { console.log("clicked"); window.location.replace("/admin/test-cookies"); console.log("replace called"); }</script></body></html>