Kiểm tra string là html file
bool isHTML(String filePath) { return filePath.toLowerCase().endsWith(".html"); }