diff options
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 13913ba2..60c916a6 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -1,8 +1,9 @@ <!DOCTYPE html> <head> <title>Rhizi Prototype </title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link href="/static/css/style.css" rel="stylesheet" type="text/css"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link href="/static/css/feedback.css" rel="stylesheet" type="text/css"> + <link href="/static/css/style.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="/static/img/favicon2.ico" /> <script src="/static/local_config.js"></script> |
