From 71d7bc2fd955e496bb97591a91cf6d9a221c5467 Mon Sep 17 00:00:00 2001 From: rogerxu <XuZ66@cardiff.ac.uk> Date: Mon, 9 Dec 2024 10:00:01 +0000 Subject: [PATCH] updates link --- src/main/resources/static/html/navBar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/html/navBar.html b/src/main/resources/static/html/navBar.html index 4d9895c..c1e68ca 100644 --- a/src/main/resources/static/html/navBar.html +++ b/src/main/resources/static/html/navBar.html @@ -5,7 +5,7 @@ <!-- put nav links here --> <ul class="nav-links"> <li><a href="#">News</a></li> - <li><a href="#">Videos</a></li> + <li><a href="http://localhost:8080/html/gallery.html">Gallery</a></li> <li><a href="http://localhost:8080/html/rules.html">Rules</a></li> <li><a href="http://localhost:8080/html/UserCenter.html">Players</a></li> <li><a href="http://localhost:8080/html/matchSchedule.html">Matches</a></li> -- GitLab