diff --git a/public/index.html b/public/index.html index 2584c73f1287bcabd2b90ca61c7cc36871c3742c..f1a2891daaa0a866243fa10a604c99e245598c26 100644 --- a/public/index.html +++ b/public/index.html @@ -10,7 +10,7 @@ <body> <div class="navbar"> <a href="https://github.com/jm991014">My git</a> - <a href="https://mportal.ajou.ac.kr/main.do">포탈 바로가기</a> + <a href="https://mportal.ajou.ac.kr/main.do">Ajou Portal</a> <a href="http://leejaehyun.ajousw.kr/dlwogus0128_page/">dlwogus0128's blog</a> </div> @@ -25,7 +25,7 @@ <h3 style="text-align:center;">평소에 운동을 즐겨합니다</h3> <h4 style="text-align:center;">그 외의 시간은 코딩을 하거나 잠을 잡니다</h4> <h5 style="text-align:center;">제 루틴입니다</h5> - <ol> + <ol style="text-align:center;"> <li> 월 - 가슴 </li> @@ -49,12 +49,12 @@ </li> </ol> <h6 style="text-align:center;">평소에 즐겨먹는 음식</h6> - <ul> - <li>단백질</li> - <li>단백질</li> - <li>단백질</li> - <li>단백질</li> - <li>단백질</li> + <ul style="text-align:center;"> + <li style="color: red;">단백질</li> + <li style="color: red;">단백질</li> + <li style="color: red;">단백질</li> + <li style="color: red;">단백질</li> + <li style="color: red;">단백질</li> </ul> </body> </html>