urbit/main/pub/chat/fab/hymn.hook

25 lines
741 B
Plaintext
Raw Normal View History

2014-12-11 02:22:25 +03:00
::
::
:::: /hook/hymn/fab/chat/pub/
::
^- manx
;html
;head
;meta(charset "utf-8");
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.js");
;meta(name "viewport", content "width=432, initial-scale=1");
;script(type "text/javascript", src "//use.typekit.net/fkv0sjk.js");
;script:'''
try{Typekit.load();}catch(e){}
'''
;link(type "text/css", rel "stylesheet", href "/gen/main/pub/chat/src/main.css");
2014-12-11 07:43:22 +03:00
;script(type "text/javascript", src "/gop/hart.js");
2014-12-11 02:22:25 +03:00
;title: Radio
==
;body
;div#c;
;script(type "text/javascript", src "/gen/main/lib/urb.js");
;script(type "text/javascript", src "/gen/main/pub/chat/src/main.js");
==
==