diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-10 21:15:29 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-10 21:15:29 +0800 |
commit | e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311 (patch) | |
tree | d580c1d2f7d3b9b25cfc915641bfc291355351f2 /docs | |
parent | 2e42a153bfc3833928383e5568e732fd1fbfbe86 (diff) | |
download | dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.tar dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.tar.gz dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.tar.bz2 dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.tar.lz dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.tar.xz dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.tar.zst dexon-bls-e8c7ec8611bedf65420fbf2e0d7d59c71b0f7311.zip |
add index.html
Diffstat (limited to 'docs')
-rw-r--r-- | docs/demo/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/demo/index.html b/docs/demo/index.html new file mode 100644 index 0000000..6edf789 --- /dev/null +++ b/docs/demo/index.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html lang="ja"> +<head> +<meta charset="UTF-8"> +<title>demo</title> +<a href="bls.html">bls demo</a> +</body> +</html> |