feat: Add location change to intro

This commit is contained in:
sthag 2026-03-08 20:50:25 +01:00
parent 30fcd22a7b
commit f2ff20ce73
3 changed files with 26 additions and 12 deletions

View file

@ -132,6 +132,7 @@ tags:
.finally(() => {
console.debug('Init end.', isAgree);
// location = 'demo/examples/ui/new.html';
window.location.href = './menu.html';
});
</script>
{% endblock %}