File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/resources/public Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
< html lang ="en ">
4
4
< head >
5
5
< meta charset ="utf-8 " name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < title > BookQuote </ title >
6
+ < title > Microservice </ title >
7
7
< link rel ="icon " href ="data:, ">
8
- < script src ="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js "> </ script >
9
- < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.0/dist/semantic.min.css ">
10
- < script src ="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.0/dist/semantic.min.js "> </ script >
8
+ <!-- You MUST include jQuery 3.4+ before Fomantic -->
9
+ < script src ="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js "> </ script >
10
+ < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.3/dist/semantic.min.css ">
11
+ < script src ="https://cdn.jsdelivr.net/npm/fomantic-ui@2.9.3/dist/semantic.min.js "> </ script >
11
12
< script src ="main.js "> </ script >
12
13
</ head >
13
14
< body >
You can’t perform that action at this time.
0 commit comments