File tree Expand file tree Collapse file tree 9 files changed +17
-10
lines changed Expand file tree Collapse file tree 9 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 22 "[html]" : {
33 "editor.defaultFormatter" : " NikolaosGeorgiou.html-fmt-vscode"
44 },
5- "[php]" : {
6- "editor.defaultFormatter" : " NikolaosGeorgiou.html-fmt-vscode"
7- },
85 "[css]" : {
96 "editor.defaultFormatter" : " esbenp.prettier-vscode"
107 }
Original file line number Diff line number Diff line change 66 < body >
77 < center >
88 < h1 >
9+ < meta name ="og:title " content ="Submission Successful ">
10+ < meta name ="og:url " content ="https://gamerpablito.github.io/comm_accept ">
911 < u > Submission Successful</ u >
1012 </ h1 >
1113 < br >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33 < head >
4+ < meta name ="og:title " content ="Submission Canceled ">
5+ < meta name ="og:url " content ="https://gamerpablito.github.io/comm_cancel ">
46 < title > Submission Canceled - GamerPablito</ title >
57 </ head >
68 < body >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < head >
4+ < meta name ="og:title " content ="Commissions ">
5+ < meta name ="og:url " content ="https://gamerpablito.github.io/commissions.html ">
46 < title > Commissions - GamerPablito</ title >
57 </ head >
68 < body >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < head >
4+ < meta name ="og:title " content ="Fanarts ">
5+ < meta name ="og:url " content ="https://gamerpablito.github.io/fanarts.html ">
46 < title > Fanarts - GamerPablito</ title >
57 </ head >
68 < body >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < head >
4+ < meta name ="og:title " content ="Home ">
5+ < meta name ="og:url " content ="https://gamerpablito.github.io ">
46 < title > Home - GamerPablito</ title >
57 </ head >
68 < body >
Original file line number Diff line number Diff line change 11// Main Icon Implementation
2- const pfpUrl = "https://pbs.twimg.com/media/FreRm5jXoAE4-pQ.jpg " ;
2+ const pfpUrl = "fanarts/16.png " ;
33var mainIcon = document . getElementById ( 'pfp2' ) ;
44mainIcon . src = pfpUrl ;
55mainIcon . width = mainIcon . height = 200 ;
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:title" content="GamerPablito\'s Website">' ;
4- head . innerHTML += '<meta property="og:description" content="Haxe Developer">' ;
5- head . innerHTML += '<meta property="og:image" content="https://pbs.twimg.com/profile_banners/1372196574055518209/1690366096/1500x500">' ;
6- head . innerHTML += '<meta property="og:url" content="https://gamerpablito.github.io">' ;
3+ head . innerHTML += '<meta property="og:description" content="GamerPablito">' ;
4+ head . innerHTML += '<meta property="og:image" content="fanarts/16.png">' ;
75head . innerHTML += '<meta property="og:type" content="website">' ;
86head . innerHTML += '<meta name="viewport" content="width=device-width, initial-scale=1.0">' ;
9- head . innerHTML += '<link rel="shortcut icon" href="https://pbs.twimg.com/media/FreRm5jXoAE4-pQ.jpg " type="image/jpg">' ;
7+ head . innerHTML += '<link rel="shortcut icon" href="fanarts/16.png " type="image/jpg">' ;
108head . innerHTML += '<link rel="stylesheet" href="style.css"></link>' ;
119document . querySelector ( 'footer' ) . innerHTML = "Website version: v2025.05.24<br>Copyright © 2023-2025 GamerPablito" ;
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
33 < head >
4- < title > My Portfolio - GamerPablito</ title >
4+ < meta name ="og:title " content ="Portfolio ">
5+ < meta name ="og:url " content ="https://gamerpablito.github.io/portfolio.html ">
6+ < title > Portfolio - GamerPablito</ title >
57 </ head >
68 < body >
79 < center >
You can’t perform that action at this time.
0 commit comments