Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/options/shortcuts.html')
-rw-r--r--keepassxc-browser/options/shortcuts.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/keepassxc-browser/options/shortcuts.html b/keepassxc-browser/options/shortcuts.html
index 02129c1..3a5a68a 100644
--- a/keepassxc-browser/options/shortcuts.html
+++ b/keepassxc-browser/options/shortcuts.html
@@ -7,6 +7,9 @@
<link rel="stylesheet" href="../bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="../fonts/fork-awesome.min.css" />
<link rel="stylesheet" href="shortcuts.css" />
+ <link rel="icon" type="image/png" href="../icons/keepassxc_32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="../icons/keepassxc_64x64.png" sizes="64x64">
+ <link rel="icon" type="image/png" href="../icons/keepassxc_96x96.png" sizes="96x96">
<script src="../browser-polyfill.min.js"></script>
<script src="../bootstrap/jquery-3.4.1.min.js"></script>
<script src="../bootstrap/bootstrap.min.js"></script>