From dec5308a65636d7a1951c816fa71db22a1cfeed3 Mon Sep 17 00:00:00 2001 From: huhn511 Date: Thu, 24 Sep 2020 14:30:02 +0200 Subject: [PATCH] add index file for wasm --- .gitignore | 4 +++- libraries/wasm/static/index.html | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 libraries/wasm/static/index.html diff --git a/.gitignore b/.gitignore index 808198096b..8a8a1ff849 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ Cargo.lock book # ignore index.html -index.html \ No newline at end of file +index.html + +!/libraries/wasm/static/index.html diff --git a/libraries/wasm/static/index.html b/libraries/wasm/static/index.html new file mode 100644 index 0000000000..1dc49b13a8 --- /dev/null +++ b/libraries/wasm/static/index.html @@ -0,0 +1,10 @@ + + + + + IOTA Identity + + + + + \ No newline at end of file