urbit/web/dojo.hoon

40 lines
816 B
Plaintext
Raw Normal View History

2015-04-10 09:57:04 +03:00
:: Console front-end
::
2015-12-07 23:48:59 +03:00
:::: /hook/hymn/dojo/web
2015-04-10 09:57:04 +03:00
::
/? 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"
==
;script@"/~~/~/at/lib/js/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-12-07 23:48:59 +03:00
;script@"dojo/share.coffee"(type "text/coffeescript");
;script@"dojo/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
==
==