File tree 3 files changed +5
-6
lines changed 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : [
3
- " This subject contain all the programs of Advanced java programming of MSBTE." ,
4
- null
3
+ " This subject contain all the programs of Advanced java programming of MSBTE."
5
4
],
6
5
"title" : [
7
- " java-manual-2020" ,
8
- null
6
+ " java-manual-2020"
9
7
]
10
8
}
Original file line number Diff line number Diff line change 4
4
<!-- Required meta tags -->
5
5
< meta charset ="utf-8 ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
7
- < link rel ="icon " href ="img/icon.png " type ="image/png " sizes ="16x16 ">
7
+ < link rel ="icon " href ="https://mudazzir.gitlab.io/codebase- img/icon.png " type ="image/png " sizes ="16x16 ">
8
8
9
9
<!-- Bootstrap CSS -->
10
10
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " integrity ="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z " crossorigin ="anonymous ">
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ function post(Id)
116
116
imageTag = ""
117
117
if ( data [ Id ] [ 'image' ] [ i ] == '0' )
118
118
{
119
- imageTag = "<img src='img/" + data [ Id ] [ 'Id' ] [ i ] + ".PNG' >" ;
119
+ img - url = "https://mudazzir.gitlab.io/codebase-img/"
120
+ imageTag = "<img src='" + img - url + data [ Id ] [ 'Id' ] [ i ] + ".PNG' >" ;
120
121
}
121
122
document . getElementById ( 'flask-post' ) . innerHTML = hold +
122
123
"<div id='" + data [ Id ] [ 'Id' ] [ i ] + "'>\n" +
You can’t perform that action at this time.
0 commit comments