mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 03:20:23 +01:00
24 lines
463 B
HTML
24 lines
463 B
HTML
<!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> |