Add stylesheet
This commit is contained in:
@@ -137,6 +137,7 @@ class INotifyHandler(pyinotify.ProcessEvent):
|
|||||||
class HTTPRequestHandler(object):
|
class HTTPRequestHandler(object):
|
||||||
|
|
||||||
_MIME_TYPES = {
|
_MIME_TYPES = {
|
||||||
|
'.css': 'text/css',
|
||||||
'.html': 'text/html',
|
'.html': 'text/html',
|
||||||
'.iso': 'application/octet-stream',
|
'.iso': 'application/octet-stream',
|
||||||
'.js': 'application/javascript',
|
'.js': 'application/javascript',
|
||||||
|
|||||||
0
server/static/control.css
Normal file
0
server/static/control.css
Normal file
@@ -1,6 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="/static/control.js"></script>
|
<script src="/static/control.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/static/control.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user