From df9447b779ffa733ab6f05590056a4b48692f05d Mon Sep 17 00:00:00 2001
From: Jong Myoung Kim <jm991014@ajou.ac.kr>
Date: Wed, 22 Mar 2023 19:59:23 +0900
Subject: [PATCH] commit

---
 public/index.html | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/public/index.html b/public/index.html
index 2d84f88..4a82a90 100644
--- a/public/index.html
+++ b/public/index.html
@@ -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>
-    <ol>
 
+    <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>
 
-- 
GitLab