14 lines
225 B
HTML
14 lines
225 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Dapps</title>
|
|
</head>
|
|
<body>
|
|
This page exposes a web3 object.
|
|
<div id="result"></div>
|
|
<script type="text/javascript">
|
|
window.ethereum = {}
|
|
</script>
|
|
</body>
|
|
</html>
|