blob: 0d42d7d2af29c978590e3befd055bc1105f57c24 (
plain)
1
2
3
4
5
6
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"]])
|