Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fwigs committed May 12, 2023
1 parent ed75b24 commit a334196
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ const Home: NextPage = () => {
<div className={styles.container}>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Celestial Gaming is a free to use, open-source, gaming site with a large collection of html5, flash, mobile, and retro games to play out of the box in your browser! WARNING: I will not take responsibility if this becomes a distraction in the classroom, nor will I take if this gets a student in trouble." />
<meta name="description" content="ShrimplePlay is a free to use, open-source, gaming site with a large collection of html5, flash, mobile, and retro games to play out of the box in your browser!" />
<meta name="keywords" content="Lunadox, Amy, Celestial, Games, Roblox, School, Chromebook, Unblocked, Proxies, Portfolio, Developer, Frontend, HTML5, CSS3, JS" />
<meta name="author" content="Copyright ⓒ 2022 Celestial" />
<meta name="author" content="Copyright ⓒ 2022-2023 ShrimpleFix" />
<meta name="theme-color" content="#ffc0cb" />
<meta property="og:title" content="Celestial Gaming" />
<meta property="og:title" content="ShrimplePlay" />
<meta property="og:locale" content="en-US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://play.thecelestial.gq" />
<meta property="og:description" content="Celestial Gaming is a free to use, open-source, gaming site with a large collection of html5, flash, mobile, and retro games to play out of the box in your browser! WARNING: I will not take responsibility if this becomes a distraction in the classroom, nor will I take if this gets a student in trouble." />
<title>Celestial Gaming</title>
<meta property="og:url" content="https://play.shrimple.club" />
<meta property="og:description" content="ShrimplePlay is a free to use, open-source, gaming site with a large collection of html5, flash, mobile, and retro games to play out of the box in your browser!" />
<title>ShrimplePlay</title>
<link rel="icon" href="/imgs/favicon.ico" />
</Head>
<nav className={styles.navbar}>
<div className={styles.logo}>
<Link href="/">
<a>Celestial Gaming</a>
<a>ShrimplePlay</a>
</Link>
</div>
<div className={styles.hotlinks}>
Expand Down Expand Up @@ -61,21 +61,17 @@ const Home: NextPage = () => {
</div>
</main>
<div className={styles.socials}>
<a href="https://discord.gg/Kn63hp3WF4">
<img src="/imgs/discord.png" width="30" height="30" />
</a>
<a href="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/Celestial-Dev/Celestial-Gaming">
<a href="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/Lunadox-Dev/Celestial-Gaming">
<img src="/imgs/github.svg" width="30" height="30" />
</a>
<a href="https://thecelestial.org/">
<img src="/imgs/web.svg" width="30" height="30" />
</a>
</div>
<footer className={styles.copyright}>
<p>Copyright © Celestial 2022</p>
<Link href="https://shrimple.club">
<a>shrimple.club</a>
</Link>
</footer>
</div>
)
}

export default Home
export default Home

0 comments on commit a334196

Please sign in to comment.