shrub/gen/frontpage.hoon
2018-10-10 11:51:52 -07:00

21 lines
364 B
Plaintext

:: frontpage for your Urbit
::
:: outer gate is a standard generator
::
|= [bowl:gall base-path=[=desk =spur] $~]
::
:- %build
|= http-request
^- manx
;html
;head
;title:"Ran generator"
==
;body
;h1:"Ran generator"
;p:"Executing on {<(scot %p our)>}."
;p:"The method was {<(trip method)>}."
;p:"The url was {<(trip url)>}."
==
==