mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-10 00:08:11 -06:00
Fix anchor HTML spec
This commit is contained in:
@@ -37,10 +37,8 @@ const Index: NextPage = () => {
|
|||||||
/>
|
/>
|
||||||
</Head>
|
</Head>
|
||||||
<nav className="bg-zinc-850 px-5 py-4 shadow-sm">
|
<nav className="bg-zinc-850 px-5 py-4 shadow-sm">
|
||||||
<span className="text-white" style={{ fontSize: "larger" }}>
|
<span className="text-white text-xl font-medium" style={{ fontSize: "larger" }}>
|
||||||
<a className="text-xl font-medium" href="https://github.com/Xevion/rdap">
|
<a href="https://github.com/Xevion/rdap">rdap</a><a href={"https://xevion.dev"} className="text-zinc-400 hover:animate-pulse">.xevion.dev</a>
|
||||||
rdap<a href={"https://xevion.dev"} className="text-zinc-400 hover:animate-pulse">.xevion.dev</a>
|
|
||||||
</a>
|
|
||||||
</span>
|
</span>
|
||||||
</nav>
|
</nav>
|
||||||
<div className="mx-auto max-w-screen-sm px-5 lg:max-w-screen-md xl:max-w-screen-lg">
|
<div className="mx-auto max-w-screen-sm px-5 lg:max-w-screen-md xl:max-w-screen-lg">
|
||||||
|
|||||||
Reference in New Issue
Block a user