diff options
author | polwex <polwex@sortug.com> | 2025-06-27 22:53:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-27 22:53:52 +0700 |
commit | 328ebe85135912678bdacd3381126ffd66ef2761 (patch) | |
tree | 365962bf45302f2a440f766a4f3c9e0a962dbe47 /desk/web/nag.hoon |
init
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 +-- |