From 29c310ba7bcaebdcfb527a54a6d5bdd7443ae31d Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 5 May 2016 00:36:22 +0000 Subject: [PATCH] Add stylesheet --- server/server.py | 1 + server/static/control.css | 0 server/static/root.html | 1 + 3 files changed, 2 insertions(+) create mode 100644 server/static/control.css 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 @@ +