Skip to content
Snippets Groups Projects
Commit 76f006fd authored by Micke Sarro's avatar Micke Sarro
Browse files

Merge branch 'korjaus1' into 'main'

SiteGen.java korjaus

See merge request !1
parents 4fb66b6d 7ba0959c
No related branches found
No related tags found
1 merge request!1SiteGen.java korjaus
Pipeline #66616 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.
Please register or to comment