Skip to content

Commit

Permalink
Add simple HTML page in order to check loading of the WebAssembly
Browse files Browse the repository at this point in the history
  • Loading branch information
1div0 committed Mar 26, 2023
1 parent dfdbc31 commit 68e26cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions WebAssembly/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Exiv2</title>
</head>
<body>
<script type="text/javascript" src="exiv2.js"></script>
</body>
</html>

0 comments on commit 68e26cd

Please sign in to comment.