From 3f630b9cefd0631c0080c30cf38a7e55a8618760 Mon Sep 17 00:00:00 2001 From: RileyK646 Date: Wed, 4 Jan 2023 11:26:49 -0500 Subject: [PATCH] navbar --- src/main/webapp/partials/navbar.jsp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/webapp/partials/navbar.jsp diff --git a/src/main/webapp/partials/navbar.jsp b/src/main/webapp/partials/navbar.jsp new file mode 100644 index 0000000000..c0eae0fe53 --- /dev/null +++ b/src/main/webapp/partials/navbar.jsp @@ -0,0 +1,14 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + + Include Example + + + + + + \ No newline at end of file