phase2-wasm/static/index.html

12 lines
209 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Trusted setup demo</title>
</head>
<body>
<h1>Please check the console</h1>
<script src="index.js"></script>
</body>
</html>