Update SureopsService.java

This commit is contained in:
string 2025-04-26 12:21:55 +05:30
parent d55af70b93
commit 25270f4772

View File

@ -41,7 +41,7 @@ public class SureopsService {
+ "<body>\n" + " <h1>Welcome to the Web App</h1>\n" + " <ul>\n" + "<body>\n" + " <h1>Welcome to the Web App</h1>\n" + " <ul>\n"
+ " <li><a href=\"Home.html\">Home Page</a></li>\n" + " </ul>\n" + "</body>\n" + "</html>"; + " <li><a href=\"Home.html\">Home Page</a></li>\n" + " </ul>\n" + "</body>\n" + "</html>";
String filename = "index.html"; String filename = "index";
createFile(projId, PRJ_NAME, filename, index); createFile(projId, PRJ_NAME, filename, index);
for (Map.Entry<String, String> entry : pageHtmlMap.entrySet()) { for (Map.Entry<String, String> entry : pageHtmlMap.entrySet()) {