Skip to content
Snippets Groups Projects
Commit acb6f9ef authored by Jasmin Lehtola's avatar Jasmin Lehtola
Browse files

Merge branch 'testi' into 'main'

Update SiteGen.java

See merge request jajohl/ohtu_demo5!1
parents b8a8140d edcedcd7
No related branches found
No related tags found
1 merge request!1Update SiteGen.java
Pipeline #66025 passed
......@@ -18,7 +18,7 @@ class SiteGen {
"<h1>" + siteTitle + "</h1>" +
"<ul>" + movieList.stream().map(i -> "<li>"+ i + "</li>").collect(Collectors.joining()) + "</ul>" +
"</body>" +
"<html>";
"</html>";
public static void main(String args[]) throws Exception {
Files.createDirectory(Paths.get("public/"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment