forked from Business/BinStack
Add <link rel="icon">
This commit is contained in:
parent
b2ed9dbd1b
commit
b45b7b5b3a
2
app.php
2
app.php
@ -28,6 +28,8 @@ if (!is_empty($_GET['page'])) {
|
||||
|
||||
<title><?php echo SITE_TITLE; ?></title>
|
||||
|
||||
<link rel="icon" href="static/img/logo.svg">
|
||||
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/material-color/material-color.min.css" rel="stylesheet">
|
||||
<link href="static/css/app.css" rel="stylesheet">
|
||||
|
@ -82,6 +82,8 @@ if (checkLoginServer()) {
|
||||
|
||||
<title><?php echo SITE_TITLE; ?></title>
|
||||
|
||||
<link rel="icon" href="static/img/logo.svg">
|
||||
|
||||
<link href="static/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="static/css/material-color/material-color.min.css" rel="stylesheet">
|
||||
<link href="static/css/index.css" rel="stylesheet">
|
||||
|
Loading…
x
Reference in New Issue
Block a user