From 18dce5b46fce20da87c017022597c8abbb8df955 Mon Sep 17 00:00:00 2001 From: Hwanyong Lee <hwan@ajou.ac.kr> Date: Mon, 27 May 2024 16:00:24 +0900 Subject: [PATCH] First Commit --- public/index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index 6652c7d..106b5e0 100644 --- a/public/index.html +++ b/public/index.html @@ -7,16 +7,10 @@ <link rel="stylesheet" href="style.css"> </head> <body> - <div class="navbar"> - <a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> - <a href="https://gitlab.com/pages/plain-html/">Repository</a> - <a href="https://gitlab.com/pages/">Other Examples</a> - </div> - <h1>Hello World!</h1> <p> - This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. + This is a test-www </p> </body> </html> -- GitLab