Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
My_HTML
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SangJun Park
My_HTML
Commits
08d957b6
Commit
08d957b6
authored
2 years ago
by
SangJun Park
Browse files
Options
Downloads
Patches
Plain Diff
fix error
parent
9add05f2
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7380
passed
2 years ago
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/index.html
+3
-2
3 additions, 2 deletions
public/index.html
public/pictures/catfoot.jpeg
+0
-0
0 additions, 0 deletions
public/pictures/catfoot.jpeg
public/pictures/mycat.jpeg
+0
-0
0 additions, 0 deletions
public/pictures/mycat.jpeg
public/style.css
+1
-1
1 addition, 1 deletion
public/style.css
with
4 additions
and
3 deletions
public/index.html
+
3
−
2
View file @
08d957b6
...
@@ -22,7 +22,8 @@
...
@@ -22,7 +22,8 @@
<div
class=
"mybody"
>
<div
class=
"mybody"
>
<div
class=
"animal"
>
좋아하는 동물
<div
class=
"animal"
>
좋아하는 동물
<img
src=
"../pictures/mycat.jpeg"
>
<img
src=
"pictures/mycat.jpeg"
/>
</div>
</div>
<div
class=
"singer"
>
좋아하는 가수
<div
class=
"singer"
>
좋아하는 가수
...
...
This diff is collapsed.
Click to expand it.
pictures/catfoot.jpeg
→
public/
pictures/catfoot.jpeg
+
0
−
0
View file @
08d957b6
File moved
This diff is collapsed.
Click to expand it.
pictures/mycat.jpeg
→
public/
pictures/mycat.jpeg
+
0
−
0
View file @
08d957b6
File moved
This diff is collapsed.
Click to expand it.
public/style.css
+
1
−
1
View file @
08d957b6
...
@@ -45,7 +45,7 @@ img {
...
@@ -45,7 +45,7 @@ img {
}
}
.animal
{
.animal
{
background-image
:
url
(
..
/
pictures
/
catfoot
.
jpeg
);
background-image
:
url
(
pictures
/
catfoot
.
jpeg
);
padding
:
15px
;
padding
:
15px
;
}
}
...
...
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