fire-ide
Version:
Web-based Integrated Development Environment for fire.js
25 lines (24 loc) • 1.06 kB
text/jade
!!!
html
head
title= title
link(rel='stylesheet', href='/stylesheets/codemirror/codemirror.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='/javascripts/codemirror/codemirror.js')
script(src='/javascripts/codemirror/mode/javascript/javascript.js')
link(rel='stylesheet', href='/stylesheets/codemirror/theme/default.css')
script(type='text/javascript', src='/javascripts/jquery-1.6.4.js')
script(type='text/javascript', src='/javascripts/jquery.jeditable.js')
script(type='text/javascript', src='/javascripts/jquery-forms.js')
script(type='text/javascript', src='/javascripts/jquery-ui-1.8.16.custom.min.js')
script(type='text/javascript', src='/javascripts/fire-ide.js')
link(rel='stylesheet', href='/stylesheets/ui-lightness/jquery-ui-1.8.16.custom.css')
script(src='/socket.io/socket.io.js', type='text/javascript')
div
body!= body
div.footer
span The
a(href='http://firejs.firebase.co') Fire.js Project
| - Copyright (c) 2011
a(href='http://www.firebase.co') Firebase.co
| and Contributors