Skip to content

Commit

Permalink
Added link previewing
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCoder54323 committed Jan 1, 2024
1 parent 5f02ecb commit 57b5c37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added backgroundImages/preview_graphic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Nba All Time At least" />
<meta property="og:type" content="Which players have at least a stat line" />
<meta property="og:url" content="https://coolcoder54323.github.io/BasketballClone/" />
<meta property="og:image" content="https://coolcoder54323.github.io/BasketballClone/backgroundImages/preview_graphic.png" />
<title>NBA All Time</title>
<link rel="stylesheet" href="style.css">
</head>
Expand All @@ -20,7 +24,7 @@ <h1>NBA's All Time At Least</h1>
<path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" class="shape-fill"></path>
</svg>
</div>
<h2>Adjust the Sliders to see players in NBA history </br> with at least that stat line!</h2>
<h2>Adjust the values to see players in NBA history </br> with at least that stat line!</h2>

</section>
<section class="section content">
Expand Down

0 comments on commit 57b5c37

Please sign in to comment.