summaryrefslogtreecommitdiff
path: root/desk/web/nag.hoon
blob: 4c3e94de67f1795070f7dacc4799f85590920bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|%
++  css  ^~  %-  trip
'''
a{
  margin: 0 0.5ch;
}
'''
++  html
;div
  ;style:"{css}"
  ;p: It appears you don't have access to this content.
  ;p
    ;span: You might have to
    ;a/"/login":"Login"
    ;span: or
    ;a/"/subscribe":"Subscribe"
    ;span: to get access
  ==
==
++  something  %hi
--