rkeys
Version:
A platform for creating tablet/HTML5 virtual-keyboard apps to send keystrokes to remote X11
18 lines (16 loc) • 401 B
text/jade
// base template
include ../mixin/base
doctype html
html
head
block head
+css('/template/base.css')
+script('/lib-3p/jquery.js')
+script('/lib-3p/lodash.js')
+script('/lib-3p/reconnecting-websocket.js')
// TODO make the following library requirable
+script('/lib-3p/wavencoder.js')
body
block layout
block script
+script('/template/base.js')