mirror of
https://github.com/NohamR/AutoEnt.git
synced 2025-05-24 14:22:02 +00:00
18 lines
499 B
HTML
18 lines
499 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Configuration AutoEnt</title>
|
|
</head>
|
|
<body>
|
|
<h2>Configuration AutoEnt</h2>
|
|
<label for="email">Adresse e-mail :</label>
|
|
<input type="text" id="email" placeholder="Saisissez votre e-mail"><br><br>
|
|
|
|
<label for="password">Mot de passe :</label>
|
|
<input type="password" id="password" placeholder="Saisissez votre mot de passe"><br><br>
|
|
|
|
<button id="saveButton">Enregistrer</button>
|
|
</body>
|
|
<script src="popup.js"></script>
|
|
</html>
|