mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
29 lines
1 KiB
HTML
29 lines
1 KiB
HTML
<html>
|
|
<head>
|
|
<title>KeePassXC - Popup</title>
|
|
<link rel="stylesheet" href="popup.css" />
|
|
<link rel="stylesheet" href="../bootstrap-btn.css" />
|
|
<script type="text/javascript" src="../jquery-1.11.1.min.js"></script>
|
|
<script type="text/javascript" src="popup_functions.js"></script>
|
|
<script type="text/javascript" src="popup_httpauth.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="settings" class="settings">
|
|
<button id="btn-options" class="b2c-btn b2c-btn-small b2c-btn-warning">Settings</button>
|
|
<button id="btn-choose-credential-fields" class="b2c-btn b2c-btn-small">Choose own credential fields for this page</button>
|
|
|
|
<div id="update-available">
|
|
You use an old version of KeePassXC.
|
|
<br />
|
|
<a target="_blank" href="https://keepassxc.org/download">Please download the latest version from keepassxc.org</a>.
|
|
</div>
|
|
</div>
|
|
|
|
<div class="credentials">
|
|
<p>
|
|
Select the login information you would like to get logged in with:
|
|
</p>
|
|
<ul id="login-list"></ul>
|
|
</div>
|
|
</body>
|
|
</html>
|