Skip to content

MTobisch/Playful-Maintenance-Page

Repository files navigation

Playful Maintenance Page

maintenance_page_preview_600

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.

How to use

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.

Building

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 install

You can then build the HTML file with

npm run build

It will then be placed in the ./dist folder.

Alternatively, you can also start the dev server with

npm run dev

License

CC0-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.

About

A generic maintenance page for a reverse proxy or similar that provides some fun little interactivity when moving the mouse around and clicking the screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors