We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0aeed4 commit 79d8359Copy full SHA for 79d8359
src/main/webapp/WEB-INF/views/home.jsp
@@ -7,7 +7,7 @@
7
<link href="<c:url value="/resources/jqueryui/1.8/themes/base/jquery.ui.all.css" />" rel="stylesheet" type="text/css"/>
8
</head>
9
<body>
10
-<h1>spring-mvc-showcase</h1>
+<h1><a href="<c:url value="/"/>">spring-mvc-showcase</a></h1>
11
<p>Recommended: Using a Web Developer tool such a Firebug to inspect the client/server interaction</p>
12
<div id="tabs">
13
<ul>
0 commit comments