HR-Collector/Extension/init.html
2024-12-07 13:46:04 +01:00

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>