We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3e973 commit 9d1e45fCopy full SHA for 9d1e45f
static/favicon.png
1.84 KB
static/favicon.svg
tmpl/base.html
@@ -5,6 +5,8 @@
5
<link rel="stylesheet" href="/.static/base.css">
6
<meta name="viewport" content="width=device-width, initial-scale=1">
7
<link rel="search" type="application/opensearchdescription+xml" title="searchTitle" href="/.opensearch" />
8
+ <link rel="icon" href="/.static/favicon.png">
9
+ <link rel="icon" href="/.static/favicon.svg">
10
</head>
11
<body class="flex flex-col min-h-screen">
12
<div class="bg-gray-100 border-b border-gray-200 pt-4 pb-2 mb-6">
0 commit comments