Skip to content

Commit

Permalink
add index file for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
huhn511 committed Sep 24, 2020
1 parent 499db7c commit dec5308
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ Cargo.lock
book

# ignore index.html
index.html
index.html

!/libraries/wasm/static/index.html
10 changes: 10 additions & 0 deletions libraries/wasm/static/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>IOTA Identity</title>
</head>
<body>
<script src="index.js"></script>
</body>
</html>

0 comments on commit dec5308

Please sign in to comment.