This is a simple, domain-agnostic maintenance page that can be used as drop-in for most web projects.
It provides some fun little interactivity when moving the mouse around and clicking the screen. This hopefully proves entertaining enough that visitors are distracted a bit from the fact that the site is currently unavailable.
Part of its design is that it consists of a single HTML file that can be easily forwarded to by a reverse proxy or similar. You can can check out a live preview here.
Simply download the finished HTML file and put it where you need it.
The project uses a permissive CC license, so you are free to use and modify it however you like.
If you wish to modify the page in a non-trivial manner, make sure npm/node is available on your system and all dependencies are installed with
npm installYou can then build the HTML file with
npm run buildIt will then be placed in the ./dist folder.
Alternatively, you can also start the dev server with
npm run devCC0-1.0 license
This means the project lives in the Public Domain and you can copy or modify it for any purpose without needing special copyright attribution.
