Find this line in your .htaccess file:

Code:
RewriteRule ^$ index.php
Change this to:

Code:
RewriteRule ^$ landingpage.html
Then for your ENTER button or link, link to the index.php file. :)