mirror of
https://github.com/urbit/shrub.git
synced 2024-12-13 06:25:09 +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)>}."
|
||
|
==
|
||
|
==
|