aboutsummaryrefslogtreecommitdiffstats
path: root/interface/react-index.html
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-31 17:38:02 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-12-31 17:38:02 +0000
commit2375dba898b481837879940dfdcf3ea85248fe01 (patch)
treecced5fb680e9a362d1de25630bff537865d38365 /interface/react-index.html
parent1543c98d38ffb84a1e405081436d0a25bee713a6 (diff)
downloadrspamd-2375dba898b481837879940dfdcf3ea85248fe01.tar.gz
rspamd-2375dba898b481837879940dfdcf3ea85248fe01.zip
Remove bloody submodules.
Diffstat (limited to 'interface/react-index.html')
-rw-r--r--interface/react-index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/interface/react-index.html b/interface/react-index.html
new file mode 100644
index 000000000..0cd26d805
--- /dev/null
+++ b/interface/react-index.html
@@ -0,0 +1,18 @@
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>RSPAMD Admin</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="description" content="">
+ <meta name="author" content="">
+ <link href="./css/fineuploader.min.css" rel="stylesheet">
+ <link href="./css/bootstrap.min.css" rel="stylesheet">
+ <link href="./css/rspamd.css" rel="stylesheet">
+</head>
+
+<body>
+ <script src="./js/jquery-2.1.4.min.js"></script>
+ <script src="./js/bootstrap.min.js"></script>
+ <script src="bundle.js"></script>
+</body>
+</hml>