2020-01-18 15:20:13 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form id="passwordForm" autocomplete="off">
|
|
|
|
Username <input type="text" id="gPassUsername" autofocus></input><br/> Master key <input type="password" id="gPassMasterKey"/><br/>
|
2021-03-02 16:54:24 +01:00
|
|
|
Copy password into clipboard <input id="clipboard" type="checkbox"/><br />
|
2020-01-18 15:20:13 +01:00
|
|
|
<input id="getButton" type="submit" value="Get"/> <a id="serverLink" href="">Your server</a>
|
|
|
|
</form>
|
2022-09-26 20:30:40 +02:00
|
|
|
<script type="module" src="popup.js"></script>
|
2020-01-18 15:20:13 +01:00
|
|
|
</body>
|
|
|
|
</html>
|