From 7c7ef633b40167d11108463045a8063acaed612c Mon Sep 17 00:00:00 2001 From: pb <akdl4045@ajou.ac.kr> Date: Wed, 22 Mar 2023 22:54:19 +0900 Subject: [PATCH] modi_1 --- public/index.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 297bb2c..7049758 100644 --- a/public/index.html +++ b/public/index.html @@ -7,16 +7,27 @@ <link rel="stylesheet" href="style.css"> </head> <body> - <img><img src = "1.jpg" alt = "No image" width="300" height ="300"> + <img><img src = "1.png" alt = "No image" width="300" height ="300"> <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> - <a href="http://ygg0418.ajousw.kr/testhomepage/"> mate-web-page</a> + </div> - <h1>Hello World!</h1> + <h1>안녕하세요 박병하의 홈페이지입니다!</h1> + <h2>동료 홈페이지입니다</h2> + <a href="http://ygg0418.ajousw.kr/testhomepage/"> mate-web-page</a> + + <h3>취미 </h3> + + <h4>좋아하는 가수</h4> + + <h5>즐거운 하루 되세요 </h5> + + <h6>감사합니다</h6> + <p> This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. </p> -- GitLab