diff --git a/public/dumbell.png b/public/dumbell.png new file mode 100644 index 0000000000000000000000000000000000000000..14d3708af6682bcc2933ad4e2f2efa8735c4152c Binary files /dev/null and b/public/dumbell.png differ diff --git a/public/index.html b/public/index.html index 91ea7cb3f5d5ff2eda522117d33f96e9ae227c5d..1265e32852ad5bff9c11c23244b0dd490a2ee2dd 100644 --- a/public/index.html +++ b/public/index.html @@ -8,17 +8,27 @@ </head> <body> <div class="navbar"> - <a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> + <a href="https://github.com/jm991014">My git</a> <a href="https://gitlab.com/pages/plain-html/">Repository</a> - <a href="https://gitlab.com/pages/">Other Examples</a> + <a href="http://leejaehyun.ajousw.kr/dlwogus0128_page/">dlwogus0128's blog</a> </div> - <h1>Hello World!</h1> + <h1>내 취미</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> + <ol> + + </ol> + <ul> + + </ul> <p> This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.