phase2-wasm/static/index.html

12 lines
209 B
HTML
Raw Normal View History

2020-04-23 06:43:45 +02:00
<!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>