Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
HTML_practice
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
곽동준
HTML_practice
Commits
0facc5da
Commit
0facc5da
authored
2 years ago
by
곽동준
Browse files
Options
Downloads
Patches
Plain Diff
first setting: paragraph and link
parent
27238c03
No related branches found
No related tags found
No related merge requests found
Pipeline
#5728
passed
2 years ago
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/image/thankyou_kong.jpg
+0
-0
0 additions, 0 deletions
public/image/thankyou_kong.jpg
public/index.html
+25
-10
25 additions, 10 deletions
public/index.html
public/style.css
+1
-0
1 addition, 0 deletions
public/style.css
with
26 additions
and
10 deletions
public/image/thankyou_kong.jpg
0 → 100644
+
0
−
0
View file @
0facc5da
20 KiB
This diff is collapsed.
Click to expand it.
public/index.html
+
25
−
10
View file @
0facc5da
...
...
@@ -3,21 +3,36 @@
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"generator"
content=
"GitLab Pages"
>
<title>
Plain HTML site using GitLab P
age
s
</title>
<title>
HTML/CSS Practice Homep
age
</title>
<link
rel=
"stylesheet"
href=
"style.css"
>
</head>
<body>
<div
class=
"navbar"
>
<a
href=
"https://pages.gitlab.io/plain-html/"
>
Plain HTML Example
</a>
<a
href=
"https://gitlab.com/pages/plain-html/"
>
Repository
</a>
<a
href=
"https://gitlab.com/pages/"
>
Other Examples
</a>
</div>
<img
src =
"image/thankyou_kong.jpg"
,
alt=
"GamSaKong"
,
width=
"360"
,
height=
"360"
>
<h1>
Hello World!
</h1>
<h1>
Kwak Dong Jun
</h1>
<h2>
Department : software
</h2>
<h3>
ID : 201920783
</h3>
<h4>
Birth : 2000/06/30
</h4>
<h5>
interests :
</h5>
<p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
<ol
type=
"1"
>
<li>
game
<ul>
<li>
Lost Ark
</li>
<li>
League of Legend
</li>
<li>
Valorant
</li>
</ul>
</li>
<li>
watching Twitch/Youtube
</li>
<li>
drink soju
</li>
</ol>
<p>
here's the my friend's link
</p>
<a
href=
"http://unidev.ajousw.kr/jiheon-choi/"
>
Choi Ji Heon
</a>
<a
href=
"http://sunje105.ajousw.kr/sunje_homepage/"
>
Lee Sun Je
</a>
<a
href=
"http://minsol_choo.ajousw.kr/practical_coding_1_html/"
>
Choo Min Sol
</a>
<h6>
The End
</h6>
</body>
</html>
This diff is collapsed.
Click to expand it.
public/style.css
+
1
−
0
View file @
0facc5da
...
...
@@ -2,6 +2,7 @@ body {
font-family
:
sans-serif
;
margin
:
auto
;
max-width
:
1280px
;
text-align
:
center
;
}
.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