mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
b3901ab42f
git-subtree-dir: pkg/arvo git-subtree-mainline:9c8f40bf6c
git-subtree-split:c20e2a185f
27 lines
499 B
Plaintext
27 lines
499 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 our)>}."
|
|
;p:"The method was {<(trip method)>}."
|
|
;p:"The url was {<(trip url)>}."
|
|
==
|
|
==
|