diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-14 11:47:12 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-14 11:47:12 +0300 |
commit | 903b0905432ca4e160e482c4c9c3157f74762b1a (patch) | |
tree | bcaf647258a8580fd92f07c99ff7c0b96555413b /interface/index.html | |
parent | efd377128a2944900550cb08810878202e6808c5 (diff) | |
download | rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.tar.gz rspamd-903b0905432ca4e160e482c4c9c3157f74762b1a.zip |
[WebUI] Add map editor (requires a modern browser)
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index 312a1956e..c7b941c7e 100644 --- a/interface/index.html +++ b/interface/index.html @@ -21,6 +21,7 @@ <link rel="stylesheet" type="text/css" href="./css/svg-with-js.min.css"> <link rel="stylesheet" type="text/css" href="./css/d3evolution.css"> <link rel="stylesheet" type="text/css" href="./css/nprogress.css"/> + <link rel="stylesheet" type="text/css" href="./css/prism.css"/> <link href="./css/rspamd.css" rel="stylesheet"> </head> |