File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11var head = document . querySelector ( 'head' ) ;
22head . innerHTML += '<meta charset="UTF-8">' ;
3- head . innerHTML += '<meta property ="og:description" content="GamerPablito">' ;
4- head . innerHTML += '<meta property ="og:image" content="fanarts/16.png">' ;
5- head . innerHTML += '<meta property ="og:type" content="website">' ;
3+ head . innerHTML += '<meta name ="og:description" content="GamerPablito">' ;
4+ head . innerHTML += '<meta name ="og:image" content="fanarts/16.png">' ;
5+ head . innerHTML += '<meta name ="og:type" content="website">' ;
66head . innerHTML += '<meta name="viewport" content="width=device-width, initial-scale=1.0">' ;
77head . innerHTML += '<link rel="shortcut icon" href="fanarts/16.png" type="image/jpg">' ;
88head . innerHTML += '<link rel="stylesheet" href="style.css"></link>' ;
You can’t perform that action at this time.
0 commit comments