1
0
Fork 0

Fix icon url in presession template

master
Anonymous Contributor 2023-09-15 19:03:26 +02:00
parent e4e050908b
commit 882c5ae372
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><?= $v['title'] ?></title>
<link rel="stylesheet" type="text/css" href="./style/login.min.css">
<link href="./style/4Creative.ico" rel="icon">
<link href="./style/4Creative.ico" rel="apple-touch-icon">
<link href="./img/4Creative.ico" rel="icon">
<link href="./img/4Creative.ico" rel="apple-touch-icon">
</head>
<body>