mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-09 06:53:17 -04:00
Add a favicon
This commit is contained in:
parent
542e8d47b0
commit
042a1f0320
2 changed files with 5 additions and 0 deletions
BIN
static/img/favicon.png
Normal file
BIN
static/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -10,6 +10,11 @@
|
||||||
href="../static/css/bulma-dark.min.css"
|
href="../static/css/bulma-dark.min.css"
|
||||||
/>
|
/>
|
||||||
<link href="../static/fa/css/all.css" rel="stylesheet" />
|
<link href="../static/fa/css/all.css" rel="stylesheet" />
|
||||||
|
<link
|
||||||
|
rel="shortcut icon"
|
||||||
|
href="../static/img/favicon.png"
|
||||||
|
type="image/x-icon"
|
||||||
|
/>
|
||||||
<title>KYC? Not me!</title>
|
<title>KYC? Not me!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue