Skip to content

Commit

Permalink
feat: add meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszsokola committed Dec 25, 2023
1 parent 5cf9e1d commit 46f9644
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,20 @@ export default function Home() {
return (
<div className={styles.twenty48}>
<Head>
<title>Play 2048!</title>
<meta name="description" content="2048 in React" />
<title>Play 2048</title>
<meta
name="description"
content="Fully-functional 2048 game built in NextJS and TypeScript. Including animations."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon16.png" />
</Head>
<header>
<h1>2048</h1>
Expand Down
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/favicon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46f9644

Please sign in to comment.