From 56cf51e5709f39753500ad2cb1af1e323c7600a4 Mon Sep 17 00:00:00 2001 From: Noh Jinhwan <xsest55@ajou.ac.kr> Date: Mon, 19 Sep 2022 19:26:13 +0900 Subject: [PATCH] html hyperlink test --- public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index f3d67af..e0b9da6 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,8 @@ <link rel="stylesheet" href="style.css"> </head> <body> - + <div class="navbar"> + <a hrep="./first.html">other html</a> <h1>Hello World!</h1> <p> -- GitLab