Add stylesheet
This commit is contained in:
@@ -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',
|
||||
|
||||
0
server/static/control.css
Normal file
0
server/static/control.css
Normal file
@@ -1,6 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="/static/control.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/static/control.css">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user