File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
< html xmlns:layout ="http://www.ultraq.net.nz/thymeleaf/layout ">
3
3
< head >
4
4
< title layout:title-pattern ="$CONTENT_TITLE "> Demo</ title >
5
- < link rel ="stylesheet " href ="/webjars/bootstrap/4.0.0-alpha.6-1 /css/bootstrap.min.css ">
6
- < script src ="/webjars/jquery/3.1.1-1 /jquery.min.js "> </ script >
7
- < script src ="/webjars/bootstrap/4.0.0-alpha.6-1 /js/bootstrap.min.js "> </ script >
5
+ < link rel ="stylesheet " href ="/webjars/bootstrap/4.0.0-beta.3 /css/bootstrap.min.css ">
6
+ <!--< script src="/webjars/jquery/3.2.1 /jquery.min.js"></script>-- >
7
+ <!--< script src="/webjars/bootstrap/4.0.0-beta.3 /js/bootstrap.min.js"></script>-- >
8
8
</ head >
9
9
< body >
10
10
< div class ="container ">
47
47
</ div >
48
48
</ footer >
49
49
</ div >
50
+ < script type ="text/javascript " src ="inline.bundle.js "> </ script >
51
+ < script type ="text/javascript " src ="polyfills.bundle.js "> </ script >
52
+ < script type ="text/javascript " src ="scripts.bundle.js "> </ script >
53
+ < script type ="text/javascript " src ="styles.bundle.js "> </ script >
54
+ < script type ="text/javascript " src ="vendor.bundle.js "> </ script >
55
+ < script type ="text/javascript " src ="main.bundle.js "> </ script >
50
56
</ body >
51
57
</ html >
You can’t perform that action at this time.
0 commit comments