Skip to content

Commit

Permalink
added discord
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Oct 21, 2024
1 parent 312606a commit b1b2bc1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/games/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@ export default function Page() {
`}
>
<h1 className="text-8xl font-black uppercase">Games</h1>

</div>

<div className="mx-auto mt-4 flex w-full max-w-3xl flex-col gap-4 p-10">
<div className="mx-auto mt-4 flex w-full max-w-3xl flex-col gap-4 p-10 justify-center content-center">
<p>
Find the games you want to play in the list below. Some games needs
your playername for whitelist. You can always come back to this page
by login in again.
</p>
<details className="rounded border border-slate-800 p-4">
<iframe
src={process.env.DISCORD_WIDGET}
width="350"
height="350"
allowTransparency={true}
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
className="w-full"
/>
<details className="rounded border border-slate-800 p-4 w-full">
<summary>Minecraft</summary>
<p>
To connect to minecraft visit{" "}
Expand Down

0 comments on commit b1b2bc1

Please sign in to comment.