diff --git a/composite-view/web/header.jsp b/composite-view/web/header.jsp index 959f1b589a06..3327c7bca654 100644 --- a/composite-view/web/header.jsp +++ b/composite-view/web/header.jsp @@ -39,11 +39,30 @@ h1 { text-align: center;} h2 { text-align: center;} h3 { text-align: center;} + nav { + text-align: center; + margin-bottom: 20px; + } + .home-link { + padding: 10px 20px; + background-color: #007bff; + color: white; + text-decoration: none; + border-radius: 5px; + } + .home-link:hover { + background-color: #0056b3; + } + + <% String todayDateStr = (new Date().toString()); %>

Today's Personalized Frontpage

-

<%=todayDateStr%>

+

<%= todayDateStr %>