Skip to content

Commit

Permalink
add socials
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 1, 2024
1 parent 4da817b commit 1a973cb
Show file tree
Hide file tree
Showing 5 changed files with 397 additions and 2 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#176BAA" />
<meta property="og:locale" content="en" />
<meta property="og:title" content="Jelly Jumper | Excalibur Sample">
<meta property="og:description" content="High fidelity sample of a platforming game with jump physics inspired by Super Mario World!">
<meta property="og:url" content="https://excaliburjs.com/sample-jelly-jumper/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="./assets/social.jpg" />
<meta property="og:image" content="./assets/social.jpg" />

<!-- TODO
<link rel="icon" href="./res/favicon.ico" />
Expand Down
Loading

0 comments on commit 1a973cb

Please sign in to comment.