From 762fcc95af508c1b0c6bf6154a8d30a7cae5781c Mon Sep 17 00:00:00 2001 From: leedonghyun <skydh507@ajou.ac.kr> Date: Wed, 22 Mar 2023 20:14:15 +0900 Subject: [PATCH] added friend link --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 39ef10e..e8e8fb3 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ </head> <body> <div class="navbar"> - <a href="https://pages.gitlab.io/plain-html/">수업 동료 웹페이지 링크</a> + <a href="http://abcedfu.ajousw.kr/siljeoncodingweb">수업 동료 웹페이지 링크</a> <a href="https://gitlab.com/pages/plain-html/">Repository</a> <a href="https://gitlab.com/pages/">Other Examples</a> </div> -- GitLab