V1.1
This commit is contained in:
parent
2600300d36
commit
b15651b5b3
3 changed files with 65 additions and 58 deletions
|
@ -4,16 +4,26 @@
|
|||
<title>Mailcow Temp Mail</title>
|
||||
<style>
|
||||
body { width: 250px; padding: 10px; font-family: Arial, sans-serif; }
|
||||
button { width: 100%; padding: 5px; margin-top: 5px; }
|
||||
input { width: 100%; padding: 5px; margin-bottom: 5px; text-align: center; }
|
||||
button, input { width: 100%; padding: 5px; margin-top: 5px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h3>Mailcow Temp Mail</h3>
|
||||
<input type="text" id="email" readonly placeholder="No email found">
|
||||
<button id="fetch">Get My Temp Email</button>
|
||||
<button id="generate">Generate New Email</button>
|
||||
<button id="copy">Copy to Clipboard</button>
|
||||
|
||||
<div id="login-form">
|
||||
<input type="text" id="username" placeholder="Email">
|
||||
<input type="password" id="password" placeholder="Password">
|
||||
<button id="login">Login</button>
|
||||
</div>
|
||||
|
||||
<div id="email-form" style="display: none;">
|
||||
<input type="text" id="email" readonly placeholder="No email found">
|
||||
<button id="fetch">Get My Temp Email</button>
|
||||
<button id="generate">Generate New Email</button>
|
||||
<button id="copy">Copy to Clipboard</button>
|
||||
<button id="logout">Logout</button>
|
||||
</div>
|
||||
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue