Browse Source

Add CSS styles for plain HTML editing

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
570b3be536
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      bookstore/src/main/resources/templates/fragments/loginout.html

+ 4
- 0
bookstore/src/main/resources/templates/fragments/loginout.html View File

@ -1,6 +1,10 @@
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org"
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>
<th:block th:fragment="loginout">
<div id="bookstore-loginout">


Loading…
Cancel
Save