From 2ed5950382e5d86b4b7bdd9f173bace57a22472e Mon Sep 17 00:00:00 2001 From: donghyun lee <skydh507@ajou.ac.kr> Date: Wed, 22 Mar 2023 17:51:04 +0900 Subject: [PATCH] Update public/index.html --- public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c6f416d..da61c1b 100644 --- a/public/index.html +++ b/public/index.html @@ -13,11 +13,12 @@ <a href="https://gitlab.com/pages/">Other Examples</a> </div> - <h1>Hello World!!!!</h1> + <h1>Hello World!!!! </h1> <p> This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. </p> + <h1> ????</h1> </body> </html> -- GitLab