1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00

migrate y2k.app to a simple page here

This commit is contained in:
2022-01-28 18:41:56 -05:00
parent b339c8a9f7
commit 0b526fd4d2
27 changed files with 222 additions and 9 deletions

View File

@ -1,3 +1,4 @@
import Link from "next/link";
import { NextSeo } from "next-seo";
import Content from "../components/Content/Content";
import PageTitle from "../components/PageTitle/PageTitle";
@ -53,13 +54,15 @@ const Previously = () => (
color: <span className="limegreen">limegreen</span>
</code>
...{" "}
<a href="https://y2k.app/" target="_blank" rel="noopener noreferrer">
Click for the{" "}
<strong>
<em>FULL</em>
</strong>{" "}
experience anyway.
</a>
<Link href="/y2k/" prefetch={false}>
<a>
Click for the{" "}
<strong>
<em>FULL</em>
</strong>{" "}
experience anyway.
</a>
</Link>
</p>
<IFrame