Missing Method in RentController

Error: The action index.html is not defined in controller RentController

Error: Create RentController::index.html() in file: /usr/home/zz101005/cakephp/app/controllers/rent_controller.php.

<?php
class RentController extends AppController {

	var $name = 'Rent';


	function index.html() {

	}

}
?>

Notice: If you want to customize this error message, create /usr/home/zz101005/cakephp/app/views/errors/missing_action.ctp