index.php
Description
Paste body of HTML from non wordpress template into index.php file in between header and footer tags. seperate header and foot and place them in the header.php and footer.php
PHP Source Code
<?php get_header();?>
<!--body HTML goes below-->
<!--body HTML goes abiove-->
<?php get_footer();?>