rentgen/popup.html

10 wiersze
382 B
HTML
Czysty Zwykły widok Historia

2021-05-22 07:40:47 +00:00
<meta charset="utf-8">
2021-05-21 20:28:19 +00:00
<button id="clean">clean memory</button>
2021-06-29 19:07:50 +00:00
<button id="copy_harsh">copy harsh email template</button>
<button id="copy_polite">copy polite email template</button>
2021-05-21 20:28:19 +00:00
<div id="output"></div>
<script src="popup.js"></script>
2021-06-29 19:07:50 +00:00
<script src="render-data-list.js"></script>
<script src="email-template-harsh.js"></script>
<script src="email-template-polite.js"></script>