Fake loading screen with... bouncing emojis π€― !!
Example: https://enric1994.github.io/emojiloader/
- Fork the repo!
- Enable GitHub Pages on
Settings - Edit
index.html:
var emojis = [' π ', ' π ', ' π€ ', ' π‘ ', ' x ', ' π ', ' π€― ', ' π ', ' π€ '];
var text = 'Loading...';
var url = 'https://google.com';
var time = '3';
var background = '#ea93da';
Credit to Chris Gannon for the CodePen https://codepen.io/chrisgannon/pen/yjzPEO