aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tau/views/home.cljs
blob: 00d2e1e7294dd84fecabe2f8869ccb6344c75317 (plain)
1
2
3
4
5
6
7
(ns tau.views.home)

(defn home-page
  [match]
  [: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"]])