Dockerize new sveltekit app

This commit is contained in:
2024-09-26 15:07:17 +02:00
parent ff38392aea
commit d1006742ea
58 changed files with 6355 additions and 69 deletions

View File

@@ -0,0 +1,15 @@
export default async function Page() {
return (
<div className="flex flex-col items-center">
<h1 className="text-4xl my-5">The Collective Knowledge of Stan Runge</h1>
<p className="my-5">
<i>"The Collective Knowledge of Stan Runge"</i> (CoKno) is a project
designed to serve as a personal Zettelkast system, similiar to
Wikipedia.
</p>
<h2 className="text-2xl my-5">Topics { }</h2>
</div>
);
}