Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
html-project
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
Shin sangmin
html-project
Commits
135017dc
Commit
135017dc
authored
2 years ago
by
Shin sangmin
Browse files
Options
Downloads
Patches
Plain Diff
Add images, tags
parent
c7b81b74
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5678
passed
2 years ago
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/index.html
+22
-6
22 additions, 6 deletions
public/index.html
public/nebula.jpg
+0
-0
0 additions, 0 deletions
public/nebula.jpg
public/style.css
+9
-0
9 additions, 0 deletions
public/style.css
with
31 additions
and
6 deletions
public/index.html
+
22
−
6
View file @
135017dc
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<title>
Plain HTML site using GitLab P
age
s
</title>
<title>
qilip's html p
age
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
</head>
<body>
<body>
...
@@ -13,11 +13,27 @@
...
@@ -13,11 +13,27 @@
<a
href=
"https://gitlab.com/pages/"
>
Other Examples
</a>
<a
href=
"https://gitlab.com/pages/"
>
Other Examples
</a>
</div>
</div>
<h1>
Hello World!
</h1>
<h1>
안녕하세요!
</h1>
<img
src=
"nebula.jpg"
alt=
"Nebula"
width=
"500"
class=
"center"
/>
<p>
<h2>
동료의 페이지
</h2>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
<a
href=
"http://beepman.ajousw.kr/my_awsome_project/"
>
Beepman's page
</a>
</p>
<h3>
안녕하세요
</h3>
<P>
안녕하세요 안녕하세요
</P>
<h4>
TMI
</h4>
<p
class=
"tmi"
>
안녕하세요 이 페이지는 TMI 페이지입니다 무슨 내용이 들어갈지는 아직 잘 모르겠네요.
</p>
<h5>
기술 스택
</h5>
<ul>
<li>
Node.js
</li>
<li>
Vue.js
</li>
<li>
Serverless
</li>
</ul>
<h6>
My Todo List
</h6>
<ol>
<li>
실전코딩 과제
</li>
<li>
확률과 통계 1 과제
</li>
<li>
개인 프로젝트
</li>
</ol>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
public/nebula.jpg
0 → 100644
+
0
−
0
View file @
135017dc
446 KiB
This diff is collapsed.
Click to expand it.
public/style.css
+
9
−
0
View file @
135017dc
...
@@ -22,3 +22,12 @@ body {
...
@@ -22,3 +22,12 @@ body {
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.center
{
margin
:
50px
auto
;
}
.tmi
{
background-color
:
skyblue
;
font-size
:
12px
;
font-family
:
serif
;
}
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