Skip to content
Snippets Groups Projects
Commit df9447b7 authored by 김종명's avatar 김종명
Browse files

commit

parent 06fe4000
No related branches found
No related tags found
No related merge requests found
Pipeline #5859 passed
......@@ -6,6 +6,7 @@
<title>Plain HTML site using GitLab Pages</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<a href="https://github.com/jm991014">My git</a>
......@@ -13,18 +14,31 @@
<a href="http://leejaehyun.ajousw.kr/dlwogus0128_page/">dlwogus0128's blog</a>
</div>
<h1>내 취미</h1>
<h1 style="text-align:center;">내 취미</h1>
<div style="text-align : center;">
<img src = "dumbell.png" alt = "oops. try again"
width="300" height="200" >
</div>
<h2>Hello World!</h2>
<h3>Hello World!</h3>
<h4>Hello World!</h4>
<h5>Hello World!</h5>
<h6>Hello World!</h6>
<h2 style="text-align:center;">소프트웨어학과 김종명입니다</h2>
<h3 style="text-align:center;">평소에 운동을 즐겨합니다</h3>
<h4 style="text-align:center;">Hello World!</h4>
<h5 style="text-align:center;">Hello World!</h5>
<h6 style="text-align:center;">Hello World!</h6>
<ol>
<li>
</li>
<li>
</li>
<li>
</li>
<li>
</li>
</ol>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment