A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ciphermask/app/popup.html

24 lines
463 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Typo Blaster</title>
<style>
body {
min-width: 357px;
overflow-x: hidden;
}
img {
margin: 5px;
border: 2px solid black;
vertical-align: middle;
width: 75px;
height: 75px;
}
</style>
</head>
<body>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>