3d-interface/server/views/withjs.jade

11 lines
278 B
Plaintext
Raw Normal View History

2015-05-05 16:30:51 +02:00
extends ./main
2016-01-08 16:05:09 +01:00
block append extrahead
script GLOB = typeof GLOB !== 'undefined' ? GLOB : {};
2015-05-05 16:30:51 +02:00
block js
script(src="/static/js/three.min.js")
script(src="/static/js/stats.min.js")
2015-06-09 17:36:21 +02:00
script(src="/static/js/socket.io.min.js")
2015-07-01 15:03:11 +02:00
script(src="/static/js/l3d.min.js")