Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions 07-Pig-Game/starter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta charset="UTF-8" />
<meta property="og:title" content="Dice Game" />
<meta
property="og:description"
content="Enjoy the excitement of the Dice Game where players take turns rolling the dice to accumulate points."
/>
<meta
property="og:image"
content="https://images.unsplash.com/photo-1666870747605-cca30ed154c5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1932&q=80"
/>
<meta property="og:image:alt" content="Dice Game Preview" />
<meta
property="og:url"
content="https://yyppsk.github.io/JavaScript-Mastering/07-Pig-Game/starter/"
/>
<link rel="stylesheet" href="style.css" />
<title>Pig Game</title>
</head>
Expand Down