From 328ebe85135912678bdacd3381126ffd66ef2761 Mon Sep 17 00:00:00 2001 From: polwex Date: Fri, 27 Jun 2025 22:53:52 +0700 Subject: init --- desk/web/nag.hoon | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 desk/web/nag.hoon (limited to 'desk/web/nag.hoon') 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 +-- -- cgit v1.2.3