diff --git a/light9/subserver/index.jade b/light9/subserver/index.jade --- a/light9/subserver/index.jade +++ b/light9/subserver/index.jade @@ -2,7 +2,7 @@ doctype html html head title subs - link(rel='stylesheet', href='style.css') + link(rel='stylesheet', href='/style.css') body h1 Submasters @@ -27,7 +27,7 @@ html #status - script(src="static/jquery-2.1.1.min.js") - script(src="static/knockout-3.1.0.js") - script(src="static/websocket.js") + script(src="/lib/jquery-2.1.1.min.js") + script(src="/lib/knockout-3.1.0.js") + script(src="/websocket.js") script(src="gui.js") \ No newline at end of file