Skip to content

Commit

Permalink
feat: init iframe (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
  • Loading branch information
NeonGamerBot-QK and zeon-neon[bot] authored Dec 22, 2024
1 parent 6ce8aad commit 42f643f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ export default function Footer() {
<p>
Designed by <span className="text-highlight">Saahil</span>
</p>
<iframe
src="https://webring.phthallo.com/api/widgets/1?format=image&style=margin-right:10px"
width={360}
height={80}
style={{
paddingTop: "15px",
marginRight: "-35px",
}}
/>
<a href="https://ctp-webr.ing/neon/previous" className="font-bold">
&larr;
</a>
Expand Down

0 comments on commit 42f643f

Please sign in to comment.