[REQ/WEB] INDEX.PHP

Discussion in 'Archived: Plugin Requests' started by TheGrimBear, Nov 9, 2011.

  1. Offline

    TheGrimBear

    im looking for a coder that can code in php and can make me a index.php screen
    click on Enter now and redirect's you to the main page
     
  2. Offline

    Jekotia

    A splash page? You don't even need php. Splash pages are also widely considered to be poor web design.
     
  3. Offline

    NeoSilky

    Here's some HTML code:
    Code:
    <html>
    <body>
    <a href="http://google.com">Click Here to go to main page</a>
    </body>
    </html>
    
    Just edit the link to where you want to go. Sorted :)
     
    DrAgonmoray and TopGear93 like this.

Share This Page