Files
Vanillae/jrx/popup.html
T
2022-12-20 03:02:06 -07:00

14 lines
201 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<button id="mk-detectable">Make Wallet Detectable</button>
<br>
<script type="module" src="popup.js"></script>
</body>
</html>