File tree Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Expand file tree Collapse file tree 1 file changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
4
- < head >
5
- < meta charset ="UTF-8 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
8
- < title > Document</ title >
9
- </ head >
4
+ < head >
5
+ < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css " integrity ="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T " crossorigin ="anonymous ">
6
+ < meta charset ="UTF-8 ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
9
+ < title > API Consuming </ title >
10
+ </ head >
10
11
11
- < body >
12
- < h1 > My Friends</ h1 >
12
+ < body >
13
+ < div class ="container ">
14
+ < h2 > Characters From Rails API</ h2 >
13
15
< div id ="app "> </ div >
16
+ </ div >
17
+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
18
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js " integrity ="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1 " crossorigin ="anonymous "> </ script >
19
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js " integrity ="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM " crossorigin ="anonymous "> </ script >
20
+ < script src ="https://unpkg.com/vue "> </ script >
21
+ < script src ="./main.js "> </ script >
22
+ </ body >
14
23
15
- < script src ="https://unpkg.com/vue "> </ script >
16
- < script src ="./main.js "> </ script >
17
- </ body >
18
-
19
- </ html >
24
+ </ html >
You can’t perform that action at this time.
0 commit comments