rentgen/popup.html

6 lines
168 B
HTML
Raw Normal View History

2021-05-22 09:40:47 +02:00
<meta charset="utf-8">
2021-05-21 22:28:19 +02:00
<button id="clean">clean memory</button>
2021-05-22 09:40:47 +02:00
<button id="copy">copy email template</button>
2021-05-21 22:28:19 +02:00
<div id="output"></div>
<script src="popup.js"></script>