urbit/base/pub/radio/fab/hymn.hook

27 lines
941 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");
2014-12-19 06:11:21 +03:00
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js");
;script(type "text/javascript", src "//cdnjs.cloudflare.com/ajax/libs/react/0.12.1/react.min.js");
2014-12-11 02:22:25 +03:00
;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){}
'''
2015-03-25 03:21:04 +03:00
;link(type "text/css", rel "stylesheet", href "/main/pub/radio/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;
2015-03-25 03:21:04 +03:00
;script(type "text/javascript", src "/main/lib/urb.js");
;script(type "text/javascript", src "/main/pub/radio/src/main.js");
2014-12-11 02:22:25 +03:00
==
==