Add a favicon

This commit is contained in:
pluja 2021-09-01 22:29:31 +02:00
parent 542e8d47b0
commit 042a1f0320
2 changed files with 5 additions and 0 deletions

BIN
static/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -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>