Hello, could someone help me with a way of having a automatic loading welcome page with a simple quote on it, that appears for 2 seconds before entering my website.
I have attached an example here in a screen recording (please wait until i refresh the page in the recording)
hope someone can help!
Thanks!
I this what you mean about have an auto loading Welcome Page ?
Website Link: https://arthosmaciel.wixsite.com/demo-1
yes! how did you do that?
It’s quite simple.
- Create a normal page with out a header or footer
- Then make the page you just create set it as your website homepage
- After that just apply a simple timeout code to redirect the user to the page you want.
Assuming you just what to have a single message for everyone.
yes that’s it! thanks for getting back to me.
this may be a stupid question but what is timeout code?
Thanks, Marc
yes that’s it! thanks for getting back to me.
this may be a stupid question but what is timeout code?
Thanks, Marc
setTimeout(()=> { ... here your code ....},5000)
This command starts his job after 5 seconds.