diff options
Diffstat (limited to 'desk/web/components/welcome.hoon')
-rw-r--r-- | desk/web/components/welcome.hoon | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desk/web/components/welcome.hoon b/desk/web/components/welcome.hoon new file mode 100644 index 0000000..c3c07f5 --- /dev/null +++ b/desk/web/components/welcome.hoon @@ -0,0 +1,20 @@ +=< html +|% +++ css ^~ %- trip +''' +#welcome{ +height: 114px; +text-align: center; +border-bottom-color: rgb(223, 223, 223); +border-bottom-style: dotted; +border-bottom-width: 1px; +} +''' +++ html + |= who=@p + ;div#welcome + ;style:"{css}" + ;h4:"Welcome to the all-new Spandrell site." + ;h4:"{(trip (scot %p who))}" + == +--
\ No newline at end of file |