Guest User

header

a guest
Apr 8th, 2019
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. <head th:fragment="head">
  2.     <title th:if="${pageTitle}" th:text="${pageTitle}"></title>
  3.     <link th:href="@{/css/index-style.css}" rel="stylesheet" type="text/css"/>
  4.     <link th:href="@{/css/form-style.css}" rel="stylesheet" type="text/css"/>
  5. </head>
Advertisement
Add Comment
Please, Sign In to add comment