diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-02 09:29:35 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-02 09:29:35 +0800 |
commit | afe7ddfd705c9daf81d8cb7895ee5a6a2fea425a (patch) | |
tree | a06197f3d72502d9cd126b3820739da050a9fd3e | |
parent | b42b8ddeec1c855052d7b27e6d445a9f735bced2 (diff) | |
download | tangerine-mcl-afe7ddfd705c9daf81d8cb7895ee5a6a2fea425a.tar.gz tangerine-mcl-afe7ddfd705c9daf81d8cb7895ee5a6a2fea425a.tar.zst tangerine-mcl-afe7ddfd705c9daf81d8cb7895ee5a6a2fea425a.zip |
[doc] add url for SHE demo
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index be5434a..9c27dce 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <h2>demo</h2> -<a href="https://herumi.github.io/bls/demo/bls.html">bls demo</a> +<a href="demo/she.html">SHE demo</a> +<a href="https://herumi.github.io/bls/demo/bls.html">BLS demo</a> </body> </html> |