Skip to content

Commit

Permalink
updating latest versions for webjars (eugenp#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar-anil authored and pivovarit committed Oct 11, 2016
1 parent 0d22ab4 commit 9c252d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spring-boot/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<html>
<head>
<title>WebJars Demo</title>
<link rel="stylesheet" href="/webjars/bootstrap/3.3.4/css/bootstrap.min.css" />
<link rel="stylesheet" href="/webjars/bootstrap/3.3.7-1/css/bootstrap.min.css" />
</head>
<body>

<div class="container"><br/>
<div class="alert alert-success">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong>Success!</strong> It is working as we expected.
</div>
</div>

<script src="/webjars/jquery/2.1.4/jquery.min.js"></script>
<script src="/webjars/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="/webjars/jquery/3.1.1/jquery.min.js"></script>
<script src="/webjars/bootstrap/3.3.7-1/js/bootstrap.min.js"></script>

</body>
</html>
</html>

0 comments on commit 9c252d8

Please sign in to comment.