Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
myHtml
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
Joo myeongha
myHtml
Commits
a56b61ec
Commit
a56b61ec
authored
2 years ago
by
Joo myeongha
Browse files
Options
Downloads
Patches
Plain Diff
myhtml first commit
parent
dfe11c4c
No related branches found
No related tags found
No related merge requests found
Pipeline
#7320
passed
2 years ago
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
202009181020016953_t.jpg
+0
-0
0 additions, 0 deletions
202009181020016953_t.jpg
public/index.html
+26
-6
26 additions, 6 deletions
public/index.html
public/style.css
+23
-0
23 additions, 0 deletions
public/style.css
with
49 additions
and
6 deletions
202009181020016953_t.jpg
0 → 100644
+
0
−
0
View file @
a56b61ec
95.7 KiB
This diff is collapsed.
Click to expand it.
public/index.html
+
26
−
6
View file @
a56b61ec
...
@@ -8,16 +8,36 @@
...
@@ -8,16 +8,36 @@
</head>
</head>
<body>
<body>
<div
class=
"navbar"
>
<div
class=
"navbar"
>
<a
href=
"https://pages.gitlab.io/plain-html/"
>
Plain HTML Example
</a>
<a
href=
"https://pages.gitlab.io/plain-html/"
>
friend's page
</a>
<a
href=
"https://gitlab.com/pages/plain-html/"
>
Repository
</a>
<a
href=
"https://gitlab.com/pages/"
>
Other Examples
</a>
</div>
</div>
<h1>
Hello World!
</h1>
<h1>
soccer
</h1>
<h2>
soccer
</h2>
<h3>
soccer
</h3>
<h4>
soccer
</h4>
<h5>
soccer
</h5>
<h6>
soccer
</h6>
<p>
<img
src =
"../202009181020016953_t.jpg"
alt=
"arror"
>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
<br>
<p
id =
"c"
>
현재 대한민국을 대표하는 축구 선수들
</p>
</p>
<ul
class=
"a"
>
<li>
손흥민
</li>
<li>
이강인
</li>
<li>
김민재
</li>
</ul>
<ol
class=
"b"
>
<li>
황인범
</li>
<li>
정우영
</li>
<li>
이승우
</li>
</ol>
</body>
</body>
</html>
</html>
This diff is collapsed.
Click to expand it.
public/style.css
+
23
−
0
View file @
a56b61ec
...
@@ -22,3 +22,26 @@ body {
...
@@ -22,3 +22,26 @@ body {
color
:
#ffffff
;
color
:
#ffffff
;
}
}
img
{
min-width
:
200px
;
min-height
:
200px
;
max-width
:
600px
;
max-height
:
500px
;
display
:
block
;
margin
:
auto
;
}
.a
{
list-style-type
:
circle
;
}
.b
{
list-style-type
:
upper-roman
;
}
#c
{
background-color
:
antiquewhite
;
font-family
:
monospace
;
font-size
:
25px
;
color
:
cornflowerblue
;
}
\ 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