Skip to content

Commit

Permalink
Update library.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Fwigs committed May 12, 2023
1 parent 0dfea74 commit 6514450
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions pages/library.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,29 @@ 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="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="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="ShrimpleFix, Amy, Celestial, Games, Roblox, School, Chromebook, Unblocked, Proxies, Portfolio, Developer, Frontend, HTML5, CSS3, JS" />
<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}>
<img src="/imgs/lib.svg" width="25" height="25" />
<Link href="/library/">
<a>Library!</a>
</Link>
<img src="/imgs/credits.svg" width="25" height="25" />
<Link href="/credits/">
<a>Credits!</a>
</Link>
<img src="/imgs/changelog.svg" width="25" height="25" />
<Link href="/changelog/">
<a>Changelog!</a>
Expand Down Expand Up @@ -77,21 +73,15 @@ 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>
<a href="https://shrimple.club">shrimple.club</a>
</footer>
</div>
)
}

export default Home
export default Home

0 comments on commit 6514450

Please sign in to comment.