Skip to content
Snippets Groups Projects
Commit 36072b1e authored by Gwangbin's avatar Gwangbin
Browse files

add my interests

parent 0bba9ceb
Branches
No related tags found
No related merge requests found
Pipeline #5716 passed
public/images/picture.jpg

79.7 KiB

......@@ -15,9 +15,36 @@
<h1>Hello World!</h1>
<p>
<img src="images/picture.jpg" width="300" height="300">
<h2>Let me introduce myself</h2>
<h3>My interests</h3>
<ul>
<li>음악감상</li>
<li>게임</li>
<li>여행</li>
</ul>
<h4>My favorite music</h4>
<ol>
<li>Piano Man</li>
<li>사건의 지평선</li>
<li>흩어지지 않게</li>
</ol>
<h5>peer's webpage</h5>
<a herf="http://qilip.ajousw.kr/html-project/">http://qilip.ajousw.kr/html-project/</a>
<h6>thank you</h6>
<p class="myStyle">
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
</p>
<p>
Another Paragraph
</p>
</body>
</html>
......@@ -22,3 +22,13 @@ body {
color: #ffffff;
}
p.myStyle {
font-size: 32px;
color:chocolate;
background-color: aqua;
}
img {
display: block;
margin: auto;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment