mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 16:03:36 +03:00
21 lines
364 B
Plaintext
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)>}."
|
|
==
|
|
==
|