diff --git a/public/index.html b/public/index.html index dc36849..5871172 100644 --- a/public/index.html +++ b/public/index.html @@ -30,7 +30,7 @@ iframe.id = 'main_frame' if (storage.local.get('lastVersion') === null) { - iframe.src = '/welcome.html'; + iframe.src = '/welcome/'; } else if (lastPage !== null) { iframe.src = lastPage; } else if (isMobile) { diff --git a/public/settings/index.html b/public/settings/index.html index 339bd2b..da9e946 100644 --- a/public/settings/index.html +++ b/public/settings/index.html @@ -71,7 +71,7 @@