aboutsummaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-26 17:38:45 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-26 17:38:45 +0100
commitc0318023f8b8f52347fa9fd7c654e42b7e0f68aa (patch)
tree70f4be4326b9c9429042ae6b85b2f42b42564ec6 /pages/index.tsx
initial commit
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx5
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>
+}