Stealing the tadah footersjhdjhfjdhfdjfdkjf
This commit is contained in:
parent
5032cef7fa
commit
5f9ce38917
|
|
@ -1,3 +1,7 @@
|
|||
<a href="/games/1">
|
||||
<img class="w-full min-h-28 max-h-28 mb-4" src="https://cdn.discordapp.com/attachments/1025864353452400812/1028718186700480513/058f09be8a19b8607d6fe50baa6659a1-AdBannerTemplate.png" alt="Your ad here.">
|
||||
</a>
|
||||
<img
|
||||
class="w-full min-h-28 max-h-28 mb-2"
|
||||
src="https://cdn.discordapp.com/attachments/1025864353452400812/1028718186700480513/058f09be8a19b8607d6fe50baa6659a1-AdBannerTemplate.png"
|
||||
alt="Your ad here."
|
||||
/>
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<div class="container flex bg-indigo-600 outline outline-1 outline-indigo-700 items-center justify-center mb-2 mt-[-0.5rem]">
|
||||
<p class="text-white">This is an example alert</p>
|
||||
</div>
|
||||
<p class="text-white">This is an example alert</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -58,11 +58,16 @@
|
|||
<Banner />
|
||||
<slot />
|
||||
</div>
|
||||
<br>
|
||||
<div class="flex text-white py-5 px-24 items-center justify-start scrolling-background">
|
||||
<h1 class="text-3xl">Rowblox</h1>
|
||||
<p class="text-2xl mx-3">|</p>
|
||||
<a href="/tos" class="text-xl text-white hover:text-opacity-70">Terms of Service</a>
|
||||
<p class="text-2xl mx-3">|</p>
|
||||
<a href="/rules" class="text-xl text-white hover:text-opacity-70">Rules</a>
|
||||
</div>
|
||||
|
||||
<div class="flex text-white py-2 items-center justify-start scrolling-background mt-4">
|
||||
<div class="container">
|
||||
<div>
|
||||
<a href="/#">Terms of Service</a>
|
||||
<a href="/#">Rules</a>
|
||||
<a href="/#">Privacy Policy</a>
|
||||
<a href="/#">Credits</a>
|
||||
<a href="/#">Statistics</a>
|
||||
</div>
|
||||
<img class="w-60 mr-6" src="/img/banner.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="mx-auto rounded-lg flex shadow border border-gray-300 px-2 py-1.5">
|
||||
<img class="rounded-full border-2 border-grey-300 w-32 h-32 px-2 shadow-lg" src="/favicon.png" alt="" />
|
||||
<img class="rounded-full border-2 border-grey-300 w-32 h-32 px-2 shadow-lg" src="" alt="" />
|
||||
<div class="flex flex-col place-content-between pt-2 pb-1.5">
|
||||
<p class="text-3xl font-bold">Only16Characters</p>
|
||||
<div class="flex text-lg">
|
||||
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
<div class="flex place-content-between">
|
||||
<div class="w-full rounded-lg flex shadow border border-gray-300 p-2 mt-2 mr-1">
|
||||
<p>Friends</p>
|
||||
<p class="font-bold text-2xl">Friends</p>
|
||||
</div>
|
||||
<div class="w-full rounded-lg flex shadow border border-gray-300 p-2 mt-2 ml-1">
|
||||
<p>Games</p>
|
||||
<p class="font-bold text-2xl">Games</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue