This commit is contained in:
2024-06-04 16:12:50 +02:00
parent 949e573539
commit 9d8735b35c
5 changed files with 74 additions and 12 deletions

7
app/cokno/page.tsx Normal file
View File

@@ -0,0 +1,7 @@
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>
);
}