1
0

Added: favicon and title

This commit is contained in:
Filip Rojek 2023-12-01 03:31:51 +01:00
parent cefac20276
commit e75c1ef0cc
2 changed files with 2 additions and 0 deletions

BIN
static/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PKM PARTY PLES</title>
<link rel="icon" href="/img/favicon.png">
<link rel="stylesheet" href="/vars.css">
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/header.css">