2019-10-31 20:43:47 -05:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>WebJars Demo</title>
|
2024-02-20 08:31:33 +01:00
|
|
|
|
<link rel="stylesheet" th:href="@{/webjars/bootstrap/3.3.7-1/css/bootstrap.min.css}" />
|
2019-10-31 20:43:47 -05:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1>Welcome Home</h1>
|
|
|
|
|
<div class="container"><br/>
|
|
|
|
|
<div class="alert alert-success">
|
|
|
|
|
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
|
|
|
|
<strong>Success!</strong> It is working as we expected.
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2024-02-20 08:31:33 +01:00
|
|
|
|
<script th:src="@{/webjars/jquery/3.1.1/jquery.min.js}"></script>
|
|
|
|
|
<script th:src="@{/webjars/bootstrap/3.3.7-1/js/bootstrap.min.js}"></script>
|
2019-10-31 20:43:47 -05:00
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|