SPLASH is part of [BASIX]. the core-motor of EVE.
It simply displays a html file, without the normal strukture.
The basic size we've chosen for the main image is 720px wide by 450px height.
You can see a demo on http://eve.bypgk.com/splash.html
The .htaccess rules are the following :
RewriteRule splash.html$ bones/splash.php [L]
RewriteRule index.html$ bones/splash.php [L]
RewriteRule ^$ bones/splash.php [L]