|
@ -1,6 +1,10 @@ |
|
|
<!DOCTYPE html> |
|
|
<!DOCTYPE html> |
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org" |
|
|
<html lang="en" xmlns:th="http://www.thymeleaf.org" |
|
|
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5"> |
|
|
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5"> |
|
|
|
|
|
<head> |
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="../../static/css/bookstore.css" /> |
|
|
|
|
|
<link type="text/css" rel="stylesheet" href="../../static/css/bootstrap.min.css" /> |
|
|
|
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|
<th:block th:fragment="loginout"> |
|
|
<th:block th:fragment="loginout"> |
|
|
<div id="bookstore-loginout"> |
|
|
<div id="bookstore-loginout"> |
|
|