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

This commit is contained in:
Andy Wilkinson 2015-10-26 10:09:29 +00:00
parent 651ab38f18
commit 89df4946f7
1 changed files with 1 additions and 1 deletions

View File

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