urbit/pub/dojo/fab/hymn.hook

40 lines
839 B
Plaintext
Raw Normal View History

2015-04-10 09:57:04 +03:00
:: Console front-end
::
:::: /hook/hymn/fab/sole/pub
::
/? 310
|%
++ cdnj |=(a=tape ;script(src "//cdnjs.cloudflare.com/ajax/libs/{a}");)
--
::
::::
::
^- manx
;html
;head
;title: Sole
;* %- turn :_ cdnj ^- wall
:~ "jquery/2.1.1/jquery.min.js"
"mousetrap/1.4.6/mousetrap.js"
"react/0.11.0/react.js"
==
2015-05-14 23:13:45 +03:00
;script(src "{(spud /~~/~/at/[&2:%]/lib/'urb.js')}");
2015-04-16 22:40:53 +03:00
;script: urb.appl = 'dojo'
2015-04-10 09:57:04 +03:00
;style:'''
#term {
width: 100%;
}
#term * {
margin: 0px;
}
'''
==
;body
;div#err;
;div#term:""
2015-04-14 03:20:54 +03:00
;script@"src/share.coffee"(type "text/coffeescript");
2015-04-23 01:35:12 +03:00
;script@"src/main.coffee"(type "text/coffeescript");
2015-04-10 09:57:04 +03:00
;+ (cdnj "coffee-script/1.7.1/coffee-script.min.js")
2015-04-23 01:35:12 +03:00
==
==