Skip to content

Commit 68e26cd

Browse files
committed
Add simple HTML page in order to check loading of the WebAssembly
1 parent dfdbc31 commit 68e26cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

WebAssembly/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<title>Exiv2</title>
6+
</head>
7+
<body>
8+
<script type="text/javascript" src="exiv2.js"></script>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)