Added first files - Still needs work

This commit is contained in:
2026-03-10 13:27:49 +00:00
parent 671fbb2a68
commit 6af142d083
8 changed files with 368 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body { font-family: sans-serif; width: 250px; }
button { width: 100%; padding: 10px; }
#result { margin-top: 10px; word-break: break-all; }
</style>
</head>
<body>
<button id="generate">Generate Email</button>
<div id="result"></div>
<script src="popup.js"></script>
</body>
</html>