summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/favicon-32.pngbin0 -> 974 bytes
-rw-r--r--static/favicon-48.pngbin0 -> 540 bytes
-rw-r--r--static/favicon.icobin0 -> 15086 bytes
-rw-r--r--static/index.html4
4 files changed, 4 insertions, 0 deletions
diff --git a/static/favicon-32.png b/static/favicon-32.png
new file mode 100644
index 0000000..12a9e80
--- /dev/null
+++ b/static/favicon-32.png
Binary files differ
diff --git a/static/favicon-48.png b/static/favicon-48.png
new file mode 100644
index 0000000..95907b4
--- /dev/null
+++ b/static/favicon-48.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..f1e3c53
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/index.html b/static/index.html
index 84264b7..218af7e 100644
--- a/static/index.html
+++ b/static/index.html
@@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<title>NymDrop — Secure Submission</title>
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png?v=20260708-2">
+ <link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png?v=20260708-2">
+ <link rel="icon" type="image/x-icon" sizes="any" href="/favicon.ico?v=20260708-2">
+ <link rel="shortcut icon" href="/favicon.ico?v=20260708-2">
<link rel="stylesheet" href="/style.css">
<script src="/theme-init.js"></script>
</head>