Remove the use of WebJars (CSS) from the HTML and JSP pages of the Samples.

This commit is contained in:
John Blum
2021-12-01 12:35:32 -08:00
parent 5583621a96
commit ecb85f162d
7 changed files with 0 additions and 15 deletions

View File

@@ -2,7 +2,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="https://www.thymeleaf.org">
<head>
<title>Session Attributes</title>
<link rel="stylesheet" th:href="@{/webjars/bootstrap/css/bootstrap.min.css}" href="/webjars/bootstrap/css/bootstrap.min.css"/>
<style type="text/css">
body {
padding: 1em;