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
d32ad655
Commit
d32ad655
authored
9 years ago
by
Mielaikaite Donata (Student Com15)
Browse files
Options
Downloads
Patches
Plain Diff
insert cat, change background colour
parent
aebc5f76
No related branches found
No related tags found
1 merge request
!3
Develper
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.html
+4
-1
4 additions, 1 deletion
index.html
style.css
+9
-0
9 additions, 0 deletions
style.css
with
13 additions
and
1 deletion
index.html
+
4
−
1
View file @
d32ad655
<html>
<head>
<title>
Sample "Hello, World" Application
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"style.css"
>
</head>
<body
bgcolor=
red
>
<table
border=
"0"
cellpadding=
"10"
>
<tr>
<td>
<img
src=
"
images/springsource.pn
g"
>
<img
src=
"
http://sites.psu.edu/siowfa15/wp-content/uploads/sites/29639/2015/10/cat.jp
g"
>
</td>
<td>
<h1>
Sample "Hello, World" Application
</h1>
...
...
@@ -22,6 +23,8 @@
<li>
To a
<a
href=
"hello.jsp"
>
JSP page
</a>
.
<li>
To a
<a
href=
"hello"
>
servlet
</a>
.
</ul>
<p>
</p>
</body>
</html>
This diff is collapsed.
Click to expand it.
style.css
0 → 100644
+
9
−
0
View file @
d32ad655
body
{
color
:
blue
;
}
img
{
height
:
250px
;
width
:
450px
;
}
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