summaryrefslogtreecommitdiff
path: root/desk/web/layout/footer.hoon
blob: dd12b8e4cb52643eeaccbe5d5c478836baff02ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=<  html
|%
++  css  ^~  %-  trip
'''
body>footer{
  text-align: center;
  background: #181818;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.5rem 0;
  font-size: 90%;
  letter-spacing: 0.5px;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}
'''
++  html
  ;footer
  ;style:"{css}"
  ;div:"©︎ Spandrell 2011-2024 All rights reserved."
  ;p:"Powered by %kaji"
  ==
--