Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Khanh Nguyen
Exercise 5
Commits
98c6f21b
Commit
98c6f21b
authored
Oct 11, 2021
by
Khanh Nguyen
Browse files
Merge branch 'Investigating' into 'master'
Merge to main branch See merge request
!31
parents
f90ba7eb
84e82b66
Pipeline
#45035
passed with stages
in 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SiteGen.java
View file @
98c6f21b
...
...
@@ -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/"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment