add background image
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
export default async function Page() {
|
||||
return (
|
||||
<div className="flex flex-col items-center">
|
||||
<h1 className="text-4xl">The Collective Knowledge of Stan Runge</h1>
|
||||
<h1 className="text-4xl my-5">The Collective Knowledge of Stan Runge</h1>
|
||||
Pronounced as "konyo"
|
||||
<p className="my-5">
|
||||
The Collective Knowledge of Stan Runge (CoKno) is a project started by
|
||||
Stan designed to serve as a personal Zettelkast system, similiar to
|
||||
Wikipedia.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user