9 lines
176 B
HTML
9 lines
176 B
HTML
<html>
|
|
<head>
|
|
<script src="popup.js"></script>
|
|
</head>
|
|
<body>
|
|
<p id="status"></p>
|
|
<button id="downloadHorseButton">Download Horse!</button>
|
|
</body>
|
|
</html>
|