mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
27 lines
495 B
Plaintext
27 lines
495 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)>}."
|
|
==
|
|
==
|