mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
67221aad29
Swapped "p.bek" for "our" and uncommented line 22.
27 lines
497 B
Plaintext
27 lines
497 B
Plaintext
:: frontpage for your Urbit
|
|
::
|
|
:: outer gate is a standard generator
|
|
::
|
|
|= [[now=@da eny=@ bek=beak] $~ $~]
|
|
::
|
|
:: :- %build
|
|
|= [authorized=? request:http]
|
|
^- simple-payload:http
|
|
:- [200 ['content-type' 'text/html']~]
|
|
:- ~
|
|
%- as-octs:mimes:html
|
|
%- crip
|
|
%- en-xml:html
|
|
^- manx
|
|
;html
|
|
;head
|
|
;title:"Ran generator"
|
|
==
|
|
;body
|
|
;h1:"Ran generator"
|
|
;p:"Executing on {<(scot %p p.bek)>}."
|
|
;p:"The method was {<(trip method)>}."
|
|
;p:"The url was {<(trip url)>}."
|
|
==
|
|
==
|