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.
24 lines
463 B
24 lines
463 B
9 years ago
|
<!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>
|