Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mielaikaite Donata (Student Com15)
project
Commits
fbea746a
Commit
fbea746a
authored
9 years ago
by
Jankauskas Vytautas (Student Com15)
Browse files
Options
Downloads
Patches
Plain Diff
hello world added to index.html
parent
4f4e8fc7
No related branches found
No related tags found
1 merge request
!1
New branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+26
-0
26 additions, 0 deletions
index.html
with
26 additions
and
0 deletions
index.html
0 → 100644
+
26
−
0
View file @
fbea746a
<html>
<head>
<title>
Sample "Hello, World" Application
</title>
</head>
<body
bgcolor=
white
>
<table
border=
"0"
cellpadding=
"10"
>
<tr>
<td>
<img
src=
"images/springsource.png"
>
</td>
<td>
<h1>
Sample "Hello, World" Application
</h1>
</td>
</tr>
</table>
<p>
This is the home page for the HelloWorld Web application.
</p>
<p>
To prove that they work, you can execute either of the following links:
<ul>
<li>
To a
<a
href=
"hello.jsp"
>
JSP page
</a>
.
<li>
To a
<a
href=
"hello"
>
servlet
</a>
.
</ul>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment