forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating latest versions for webjars (eugenp#740)
- Loading branch information
1 parent
0d22ab4
commit 9c252d8
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |