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-06-29 21:07:50 +02:00
|
|
|
<button id="copy_harsh">copy harsh email template</button>
|
|
|
|
<button id="copy_polite">copy polite email template</button>
|
2021-05-21 22:28:19 +02:00
|
|
|
<div id="output"></div>
|
|
|
|
<script src="popup.js"></script>
|
2021-06-29 21:07:50 +02:00
|
|
|
<script src="render-data-list.js"></script>
|
|
|
|
<script src="email-template-harsh.js"></script>
|
|
|
|
<script src="email-template-polite.js"></script>
|