mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>KeePassXC - Popup</title>
|
|
<link rel="stylesheet" href="popup.css" />
|
|
<link rel="stylesheet" href="../options/bootstrap.min.css" />
|
|
<script type="text/javascript" src="../jquery-3.2.0.min.js"></script>
|
|
<script type="text/javascript" src="../options/bootstrap.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="btn btn-sm btn-warning">Settings</button>
|
|
<button id="btn-choose-credential-fields" class="btn btn-sm">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>
|