diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-26 17:38:45 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-26 17:38:45 +0100 |
commit | c0318023f8b8f52347fa9fd7c654e42b7e0f68aa (patch) | |
tree | 70f4be4326b9c9429042ae6b85b2f42b42564ec6 /pages/index.tsx |
initial commit
Diffstat (limited to 'pages/index.tsx')
-rw-r--r-- | pages/index.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx new file mode 100644 index 0000000..6bb8b72 --- /dev/null +++ b/pages/index.tsx @@ -0,0 +1,5 @@ +export default function Home() { + return <div> + <h1>Hello World!</h1> + </div> +} |