diff --git a/demo/index.html b/demo/index.html index b5de20e..341e0dc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -34,8 +34,17 @@ -
ZkInterface @@ -54,18 +63,14 @@
- This effort is presented by the - QEDIT team. -
The modules compile and run independently.
@@ -111,8 +116,8 @@
There are three types of messages: diff --git a/demo/styles/presented_by_qedit.svg b/demo/styles/presented_by_qedit.svg new file mode 100644 index 0000000..c2bc773 --- /dev/null +++ b/demo/styles/presented_by_qedit.svg @@ -0,0 +1,87 @@ + + + diff --git a/demo/webpack.config.js b/demo/webpack.config.js index 004a33c..cf714e4 100644 --- a/demo/webpack.config.js +++ b/demo/webpack.config.js @@ -9,6 +9,6 @@ module.exports = { }, mode: "development", plugins: [ - new CopyWebpackPlugin(['index.html', "node_modules/bootstrap/dist/css/bootstrap.min.css", "styles/index.css"]) + new CopyWebpackPlugin(['index.html', "node_modules/bootstrap/dist/css/bootstrap.min.css", "styles/index.css", "styles/presented_by_qedit.svg"]) ], };