summaryrefslogtreecommitdiff
path: root/desk/web/components/welcome.hoon
blob: c3c07f52d537b32ac1746200b202daf0aeb8c44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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))}"
  ==
--