Use a context-relative URL for Dev Tools sample’s CSS

pull/4293/merge
Andy Wilkinson 9 years ago
parent 651ab38f18
commit 89df4946f7

@ -3,7 +3,7 @@
xmlns:layout="http://www.ultraq.net.nz/web/thymeleaf/layout">
<head>
<title>Layout</title>
<link rel="stylesheet" href="/css/application.css" />
<link rel="stylesheet" th:href="@{/css/application.css}" />
</head>
<body>
<h1 layout:fragment="header">Header</h1>

Loading…
Cancel
Save