Missing Method in ContactController

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

Error: Create ContactController::index.html() in file: app/Controller/ContactController.php.

<?php
class ContactController extends AppController {


	public function index.html() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace