Files
personal-website/app/cokno/page.tsx
2024-06-04 16:12:50 +02:00

8 lines
192 B
TypeScript

export default async function Page() {
return (
<div className="flex flex-col items-center">
<h1 className="text-4xl">The Collective Knowledge of Stan Runge</h1>
</div>
);
}