Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Syretta Man
simplewebapp
Commits
597ce452
Commit
597ce452
authored
Jan 23, 2020
by
Syretta Man
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update IndexPage.java
parent
be1f37f5
Pipeline
#115446
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main/java/ic/doc/web/IndexPage.java
src/main/java/ic/doc/web/IndexPage.java
+2
-2
No files found.
src/main/java/ic/doc/web/IndexPage.java
View file @
597ce452
...
...
@@ -14,11 +14,11 @@ public class IndexPage implements Page {
writer
.
println
(
"<html>"
);
writer
.
println
(
"<head><title>Welcome</title></head>"
);
writer
.
println
(
"<body>"
);
jflik
;
l
// Content
writer
.
println
(
"<h1>Welcome!!</h1>"
+
"<p>Enter your query in the box below: "
+
"<p>Enter your query in the box below
please
: "
+
"<form>"
+
"<input type=\"text\" name=\"q\" /><br>"
+
"<input type=\"radio\" name=\"downloadtype\" value=\"html\"> HTML<br>"
+
...
...
Write
Preview
Markdown
is supported
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