From a933af73188a35d8f52124ad665c4fc9476066c1 Mon Sep 17 00:00:00 2001 From: Jeonguiyeob <uiyeop@ajou.ac.kr> Date: Wed, 22 Mar 2023 19:26:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B5=9C=EC=A2=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index b832c0d..99c4381 100644 --- a/public/index.html +++ b/public/index.html @@ -36,10 +36,10 @@ <li>치킨</li> <li>감자튀김</li> </ol> - <h3>Hello World!</h3> - <h4>Hello World!</h4> - <h5>Hello World!</h5> - <h6>Hello World!</h6> + <h3>이름 : 정의엽</h3> + <h4>키 : 178cm</h4> + <h5>소속 : 아주대학교</h5> + <h6>학번 : 201920738</h6> <style> p {color : black; @@ -47,11 +47,8 @@ font-size:30px;} </style> - <p> Welcome to Ajou University</p> + <p> Welcome to Ajou University 배경색 lightgray, font-size 30px</p> - <p> - This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. - </p> </body> </html> -- GitLab