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
71a08f0e
Commit
71a08f0e
authored
2 years ago
by
SangJun Park
Browse files
Options
Downloads
Patches
Plain Diff
Change Category Link2
parent
741d45f2
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7284
passed
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/index.html
+1
-8
1 addition, 8 deletions
public/index.html
public/style.css
+1
-0
1 addition, 0 deletions
public/style.css
with
2 additions
and
8 deletions
public/index.html
+
1
−
8
View file @
71a08f0e
...
@@ -6,13 +6,6 @@
...
@@ -6,13 +6,6 @@
<title>
My Favorite Things - Sangjun Park
</title>
<title>
My Favorite Things - Sangjun Park
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
</head>
<style>
body
{
text-align
:
center
;
}
</style>
<body>
<body>
<div
class=
"navbar"
>
<div
class=
"navbar"
>
<a
href=
"https://git.ajou.ac.kr/SangJun/my_html"
>
Gitlab Repo
</a>
<a
href=
"https://git.ajou.ac.kr/SangJun/my_html"
>
Gitlab Repo
</a>
...
@@ -20,7 +13,7 @@
...
@@ -20,7 +13,7 @@
<a
href=
"https://velog.io/@jjunhub"
>
Velog Link
</a>
<a
href=
"https://velog.io/@jjunhub"
>
Velog Link
</a>
</div>
</div>
<h1>
Hello World!
</h1>
<h1>
박상준의 은밀한 취미 생활
</h1>
<p>
<p>
...
...
This diff is collapsed.
Click to expand it.
public/style.css
+
1
−
0
View file @
71a08f0e
...
@@ -2,6 +2,7 @@ body {
...
@@ -2,6 +2,7 @@ body {
font-family
:
sans-serif
;
font-family
:
sans-serif
;
margin
:
auto
;
margin
:
auto
;
max-width
:
1280px
;
max-width
:
1280px
;
text-align
:
center
;
}
}
.navbar
{
.navbar
{
...
...
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