mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
15 lines
343 B
HTML
15 lines
343 B
HTML
<!doctype html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>MetaMask ZeroClient Example</title>
|
|
<script src="http://localhost:9001/metamascara.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<button class="action-button-1">SYNC TX</button>
|
|
<button class="action-button-2">ASYNC TX</button>
|
|
<script src="./app.js"></script>
|
|
</body>
|
|
</html> |