blob: 8d02e4943a56be9fe66ab9e9672c30221427f8be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
extends layout
block head
script(src='//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.1/underscore-min.js')
script(src='/socket.io/socket.io.js')
script(src='js/chat.js')
script(src='js/sample.js')
block content
#chat
#history
.controls
input#field(value='http://localhost:3000/samples/amen_brother.wav http://localhost:3000/samples/yamaha-SY-35-clarinet-c5.wav')
input#send(type='button', value='send')
|