mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
16 lines
532 B
Plaintext
16 lines
532 B
Plaintext
::
|
|
:::: /hoon/core/elem/mar
|
|
::
|
|
/? 314
|
|
|_ own=manx
|
|
::
|
|
++ grow :: convert to
|
|
|%
|
|
++ hymn ;html:(head:title:"Untitled" body:"+{own}") :: convert to %hymn
|
|
++ html (crip (poxo hymn)) :: convert to %html
|
|
++ mime [/text/html (taco html)] :: convert to %mime
|
|
--
|
|
++ grab |% :: convert from
|
|
++ noun manx :: clam from %noun
|
|
-- --
|