diff --git a/server/server.py b/server/server.py index d0e6956..9f8398a 100755 --- a/server/server.py +++ b/server/server.py @@ -137,6 +137,7 @@ class INotifyHandler(pyinotify.ProcessEvent): class HTTPRequestHandler(object): _MIME_TYPES = { + '.css': 'text/css', '.html': 'text/html', '.iso': 'application/octet-stream', '.js': 'application/javascript', diff --git a/server/static/control.css b/server/static/control.css new file mode 100644 index 0000000..e69de29 diff --git a/server/static/root.html b/server/static/root.html index 6b9a602..b1e2522 100644 --- a/server/static/root.html +++ b/server/static/root.html @@ -1,6 +1,7 @@ +