Use a context-relative URL for Dev Tools sample’s CSS
This commit is contained in:
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…
Reference in New Issue