aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tau/views/home.cljs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/tau/views/home.cljs')
-rw-r--r--src/frontend/tau/views/home.cljs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/frontend/tau/views/home.cljs b/src/frontend/tau/views/home.cljs
new file mode 100644
index 0000000..0d42d7d
--- /dev/null
+++ b/src/frontend/tau/views/home.cljs
@@ -0,0 +1,7 @@
+(ns tau.views.home)
+
+(defn home-page
+ []
+ [:div.flex.justify-center.content-center.flex-col.text-center.text-white.text-lg.flex-auto
+ [:p.text-5xl.p-5 "Welcome to Tau"]
+ [:p.text-2xl "A web front-end for Newpipe"]])