diff options
Diffstat (limited to 'desk/web/nag.hoon')
-rw-r--r-- | desk/web/nag.hoon | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/desk/web/nag.hoon b/desk/web/nag.hoon new file mode 100644 index 0000000..4c3e94d --- /dev/null +++ b/desk/web/nag.hoon @@ -0,0 +1,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 +-- |