mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
51 lines
1.2 KiB
Plaintext
51 lines
1.2 KiB
Plaintext
::
|
|
::
|
|
:::: /hook/hymn/fab/talk/pub/
|
|
::
|
|
/+ talk
|
|
/= gas /$ fuel :: get request info
|
|
=+ aut=?=(~ but.gas)
|
|
=+ ^- man=span
|
|
~| bad-path/but.gas
|
|
%- need
|
|
?+ but.gas ~
|
|
[@ ~] ((sand %ta) i.but.gas)
|
|
~ (some (main:talk (slav %p -:%)))
|
|
==
|
|
|%
|
|
++ cdnj
|
|
|= a=wall ^- marl
|
|
%+ turn a
|
|
|= lib=tape
|
|
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/{lib}");
|
|
--
|
|
::
|
|
::::
|
|
::
|
|
^- manx
|
|
;html
|
|
;head
|
|
;meta(charset "utf-8");
|
|
;* %- cdnj :~
|
|
"jquery/2.1.1/jquery.js"
|
|
"lodash.js/2.4.1/lodash.min.js"
|
|
"react/0.13.1/react.js"
|
|
==
|
|
;script(type "text/javascript", src "{?:(aut "/~~" "")}/~/at/lib/js/urb.js");
|
|
;meta(name "viewport", content "width=device-width, height=device-height, ".
|
|
"initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0");
|
|
;link(type "text/css", rel "stylesheet", href "/talk/main.css");
|
|
;title: Talk
|
|
==
|
|
;body
|
|
;div#c
|
|
;div#station-container;
|
|
;div#messages-container;
|
|
;div#writing-container;
|
|
;div#scrolling: BOTTOM
|
|
==
|
|
;script: window.talk = {(pojo (joba 'mainStation' s/man))}
|
|
;script(type "text/javascript", src "/talk/main.js");
|
|
==
|
|
==
|