V1.2
This commit is contained in:
parent
b15651b5b3
commit
05cfd6aaf8
3 changed files with 155 additions and 19 deletions
|
@ -1,27 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mailcow Temp Mail</title>
|
||||
<style>
|
||||
body { width: 250px; padding: 10px; font-family: Arial, sans-serif; }
|
||||
button, input { width: 100%; padding: 5px; margin-top: 5px; }
|
||||
</style>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h3>Mailcow Temp Mail</h3>
|
||||
|
||||
<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 class="container">
|
||||
<h2>🐮 Mailcow Temp Mail</h2>
|
||||
|
||||
<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 id="email-form" style="display: none;">
|
||||
<input type="text" id="email" readonly placeholder="No email found">
|
||||
<div class="button-group">
|
||||
<button id="fetch">🔄 Get My Temp Email</button>
|
||||
<button id="generate">✨ Generate New Email</button>
|
||||
</div>
|
||||
<button id="copy">📋 Copy to Clipboard</button>
|
||||
<button id="logout" class="logout">🚪 Logout</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="popup.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue