Update SureopsService.java
This commit is contained in:
parent
d55af70b93
commit
25270f4772
@ -41,7 +41,7 @@ public class SureopsService {
|
||||
+ "<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>";
|
||||
|
||||
String filename = "index.html";
|
||||
String filename = "index";
|
||||
createFile(projId, PRJ_NAME, filename, index);
|
||||
|
||||
for (Map.Entry<String, String> entry : pageHtmlMap.entrySet()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user